/* ═══════════════════════════════════════════
   MOBILE WORKSHOP ENGINEERS SRL (Service Tractoare) — Homepage
   Immersive layout: loader + sticky video + lateral wheel canvas
   ═══════════════════════════════════════════ */

/* ─── ASTRA / WRAPPER RESET ─── */
body.chevio-dark-home {
    background: #f4f4f4;
    color: #1a1a1a;
}
body.chevio-dark-home .site-content,
body.chevio-dark-home #primary,
body.chevio-dark-home #content,
body.chevio-dark-home .ast-container {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

#chevio-home-page {
    padding-top: 0;
    min-height: 100vh;
    position: relative;
}

/* ═══════════════════════════════════════════
   HEADER OVERRIDES (light variant on homepage)
   ═══════════════════════════════════════════ */

/* Pe homepage, header-ul porneste invizibil si apare la scroll dincolo de hero */
body.chevio-dark-home .chv-pnrr-banner {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity .4s ease, transform .5s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
}
body.chevio-dark-home.is-scrolled-past-hero .chv-pnrr-banner {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.chevio-dark-home .chv-custom-header {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    top: 0;
    padding: 16px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease, top .35s cubic-bezier(.4,0,.2,1),
                background .35s ease, backdrop-filter .35s ease,
                padding .35s ease;
}
body.chevio-dark-home.is-scrolled-past-hero .chv-custom-header {
    opacity: 1;
    pointer-events: auto;
    top: 52px;
    background: rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
body.chevio-dark-home.is-scrolled-past-hero .chv-custom-header.is-scrolled {
    top: 0;
    padding: 12px 0;
}

/* Logo + nav text dark pe homepage (cream bg) */
body.chevio-dark-home.is-scrolled-past-hero .chv-logo-text { color: #1a1a1a; }
body.chevio-dark-home.is-scrolled-past-hero .chv-logo-mark {
    background: #ff6b35;
    color: #fff;
}
body.chevio-dark-home.is-scrolled-past-hero .chv-nav-link {
    color: rgba(26, 26, 26, .62);
}
body.chevio-dark-home.is-scrolled-past-hero .chv-nav-link:hover { color: #1a1a1a; }
body.chevio-dark-home.is-scrolled-past-hero .chv-header-cart { color: rgba(26, 26, 26, .65); }
body.chevio-dark-home.is-scrolled-past-hero .chv-header-cart:hover {
    color: #1a1a1a;
    background: rgba(0, 0, 0, .05);
}
body.chevio-dark-home.is-scrolled-past-hero .chv-header-cart-count {
    background: #ff6b35;
}
body.chevio-dark-home.is-scrolled-past-hero .chv-btn-cta {
    background: #ff6b35;
}
body.chevio-dark-home.is-scrolled-past-hero .chv-btn-cta:hover {
    background: #e55a2a;
    box-shadow: 0 10px 30px rgba(255, 107, 53, .35);
}
body.chevio-dark-home.is-scrolled-past-hero .chv-burger-line { background: #1a1a1a; }


/* ═══════════════════════════════════════════
   WHEEL CANVAS (lateral fixed background)
   ═══════════════════════════════════════════ */

.wheel-bg {
    position: fixed;
    top: 25vh;
    left: -65vw;
    transform: translateY(-50%);
    width: 60vw;
    max-width: 900px;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
    will-change: left, top;
    transition: opacity .3s ease;
}
.wheel-bg canvas {
    width: 100%;
    height: auto;
    display: block;
}


/* ═══════════════════════════════════════════
   HERO VIDEO (sticky centered → shrinks to header)
   ═══════════════════════════════════════════ */

.hero-video-wrapper {
    position: fixed;
    top: 58vh;
    left: 50vw;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    z-index: 50;
    pointer-events: none;
    will-change: transform, top, left, opacity;
}
.hero-video {
    display: block;
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 62vh;
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    clip-path: inset(0 2px 1px 0);
    -webkit-clip-path: inset(0 2px 1px 0);
}
.hero-video-mini {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
/* Eliminam orice control / outline browser pe video */
.hero-video-wrapper video {
    outline: none !important;
    border: 0 !important;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}
.hero-video-wrapper video::-webkit-media-controls,
.hero-video-wrapper video::-webkit-media-controls-enclosure,
.hero-video-wrapper video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}
.hero-video-wrapper video:focus,
.hero-video-wrapper video:active,
.hero-video-wrapper video:focus-visible {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* ═══════════════════════════════════════════
   HERO (first viewport — white bg + title overlay)
   ═══════════════════════════════════════════ */

.hero {
    background: #ffffff;
    position: relative;
    min-height: 100vh;
    padding: 14vh 8vw 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    overflow: visible;
    z-index: auto;
}
.hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    bottom: -160px;
    height: 160px;
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    pointer-events: none;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 60; /* peste video wrapper (z-index 50) */
    max-width: 900px;
    margin: 0 auto;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff6b35;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
    opacity: 0;
    animation: stFadeUp .8s ease-out .2s forwards;
}
.hero-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, .22);
    animation: stPulse 2s ease-in-out infinite;
}
@keyframes stPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.6); opacity: .35; }
}

.hero-name {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.02;
    color: #1a1a1a;
    margin: 0 0 .35em;
    opacity: 0;
    animation: stFadeUp 1s ease-out .35s forwards;
}
.hero-name-sub {
    display: block;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 2rem;
    opacity: 0;
    animation: stFadeUp .8s ease-out .55s forwards;
}
.hero-desc {
    max-width: 620px;
    margin: 0 auto 2.4rem;
    font-size: clamp(.96rem, 1.25vw, 1.1rem);
    line-height: 1.7;
    color: #555;
    font-weight: 400;
    opacity: 0;
    animation: stFadeUp .8s ease-out .7s forwards;
}
.hero-cta-row {
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
    animation: stFadeUp .8s ease-out .85s forwards;
}

@keyframes stFadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .82rem;
    color: #999;
    letter-spacing: .12em;
    text-transform: uppercase;
    animation: stBounce 2s infinite;
    z-index: 60;
}
@keyframes stBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(-10px); }
}

/* Hero stats — under desc, mini row */
.hero-counter {
    display: flex;
    gap: clamp(20px, 4vw, 56px);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.4rem;
    opacity: 0;
    animation: stFadeUp .8s ease-out 1s forwards;
}
.hero-ci { text-align: center; }
.hero-cn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}
.hero-cl {
    font-size: .72rem;
    color: #888;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-top: .35em;
    white-space: pre-line;
}


/* ═══════════════════════════════════════════
   MARQUEE
   ═══════════════════════════════════════════ */

.marquee {
    position: relative;
    z-index: 1;
    background: #1a1a1a;
    overflow: hidden;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 107, 53, .2);
    border-bottom: 1px solid rgba(255, 107, 53, .2);
}
.marquee-t {
    display: flex;
    gap: 56px;
    white-space: nowrap;
    animation: stMarquee 38s linear infinite;
    width: max-content;
}
.marquee-t span {
    font-size: clamp(.95rem, 1.4vw, 1.15rem);
    color: rgba(255, 255, 255, .82);
    font-weight: 500;
    letter-spacing: .04em;
    position: relative;
    padding-right: 56px;
}
.marquee-t span::after {
    content: '';
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff6b35;
}
@keyframes stMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}


/* ═══════════════════════════════════════════
   SECTIONS — generic
   ═══════════════════════════════════════════ */

.sec {
    position: relative;
    z-index: 1;
    padding: clamp(80px, 12vh, 140px) clamp(24px, 5vw, 80px);
}
.sec .container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Sections with wheel-pass: text aligned right so wheel on left is visible */
.sec-wheel-pass {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
}
.sec-wheel-pass .container {
    max-width: 600px;
    margin: 0 0 0 auto;
    background: rgba(244, 244, 244, .88);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 36px 40px;
    border-radius: 14px;
    border: 1px solid rgba(26, 26, 26, .06);
}

/* sec-h, sec-tag, sec-p — base din global-styles.css; override light */
body.chevio-dark-home .sec-tag {
    display: inline-block;
    font-size: .76rem;
    font-weight: 600;
    color: #ff6b35;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
body.chevio-dark-home .sec-h {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0 0 1rem;
}
body.chevio-dark-home .sec-p {
    font-size: clamp(.95rem, 1.2vw, 1.05rem);
    color: #555;
    line-height: 1.7;
    margin: 0 0 1.5rem;
}


/* ═══════════════════════════════════════════
   FEATURED SERVICE (wheel-pass: wheel = visual)
   ═══════════════════════════════════════════ */

.feat {
    position: relative;
}
.feat-deco {
    position: absolute;
    top: 40px;
    right: clamp(24px, 5vw, 80px);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(5rem, 12vw, 11rem);
    font-weight: 900;
    color: rgba(255, 107, 53, .07);
    letter-spacing: -.04em;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}
.feat-info {
    position: relative;
    z-index: 2;
}
.feat-ul {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 0;
}
.feat-ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: .98rem;
    color: #333;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.feat-ul li:last-child { border-bottom: none; }
.feat-ck {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 107, 53, .15);
    color: #ff6b35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}


/* ═══════════════════════════════════════════
   SERVICES BENTO (light variant — wheel optional)
   ═══════════════════════════════════════════ */

.svc { background: transparent; position: relative; z-index: 2; }
.svc .container { max-width: 1280px; margin: 0 auto; }
.svc .rv:first-child { text-align: center; margin-bottom: 3rem; }
.svc .sec-p { margin: 1rem auto 0; max-width: 600px; }

.bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-top: 2.5rem;
}
.bc {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, .05);
    transition: transform .4s cubic-bezier(.4,0,.2,1),
                box-shadow .4s ease,
                border-color .4s ease;
    position: relative;
    overflow: hidden;
}
.bc:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px -10px rgba(0, 0, 0, .12);
    border-color: rgba(255, 107, 53, .25);
}
.bc:nth-child(1) { grid-column: span 7; }
.bc:nth-child(2) { grid-column: span 5; }
.bc:nth-child(3) { grid-column: span 4; }
.bc:nth-child(4) { grid-column: span 4; }
.bc:nth-child(5) { grid-column: span 4; }

.bc-num {
    position: absolute;
    top: 22px;
    right: 26px;
    font-size: .78rem;
    color: #ccc;
    font-weight: 700;
    letter-spacing: .08em;
    transition: color .4s ease;
}
.bc:hover .bc-num { color: #ff6b35; }
.bc-ico {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    background: rgba(255, 107, 53, .12);
    color: #ff6b35;
    transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.bc:hover .bc-ico { transform: scale(1.08) rotate(-3deg); }
.bc-short {
    font-size: .74rem;
    color: #888;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: .8rem;
    font-weight: 500;
}
.bc h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 .8rem;
    white-space: pre-line;
}
.bc p {
    font-size: .96rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}


/* ═══════════════════════════════════════════
   ADVANTAGES (wheel-pass right block)
   ═══════════════════════════════════════════ */

.adv {
    background: transparent;
    position: relative;
    z-index: 2;
}
.adv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 2rem;
}
.adv-c {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .05);
    transition: transform .35s ease, border-color .35s ease,
                box-shadow .35s ease;
}
.adv-c:hover {
    transform: translateX(4px);
    border-color: rgba(255, 107, 53, .35);
    box-shadow: 0 8px 26px -6px rgba(0, 0, 0, .08);
}
.adv-dot {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff6b35;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, .15);
}
.adv-c span:last-child {
    font-size: .96rem;
    color: #333;
    line-height: 1.5;
}


/* ═══════════════════════════════════════════
   COMPETENCIES (wheel-pass right block)
   ═══════════════════════════════════════════ */

.chv-comp-sec {
    background: transparent !important;
    position: relative;
    z-index: 2;
}
.comp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 2rem;
}
.comp-c {
    background: #faf6ef;
    padding: 28px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .05);
    transition: transform .4s ease, border-color .4s ease,
                box-shadow .4s ease;
}
.comp-c:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 107, 53, .35);
    box-shadow: 0 12px 34px -8px rgba(0, 0, 0, .12);
}
.comp-n {
    font-size: .78rem;
    color: #ff6b35;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: .8rem;
}
.comp-c h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 .8rem;
    white-space: pre-line;
}
.comp-c p {
    font-size: .94rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}


/* ═══════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════ */

.test {
    background: #1a1a1a;
    position: relative;
    z-index: 3;
}
.test .sec-tag { color: #ff6b35; }
.test .sec-h { color: #fff; }
.test .sec-p { color: rgba(255, 255, 255, .65); }

.test-lay {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.test-card {
    background: #fff;
    padding: 42px;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .35);
}
.test-qi {
    position: absolute;
    top: 28px;
    right: 32px;
    color: #ff6b35;
}
.test-stars {
    display: flex;
    gap: 4px;
    color: #ff6b35;
    margin-bottom: 1.2rem;
}
.test-txt {
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.8rem;
    font-style: italic;
}
.test-auth {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(0, 0, 0, .08);
}
.test-av {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #e55a2a);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.test-nm {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1rem;
}
.test-rl {
    font-size: .82rem;
    color: #888;
    margin-top: 2px;
}
.test-nav {
    display: flex;
    gap: 10px;
    margin: 1.6rem 0 1rem;
}
.test-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    background: transparent;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.test-btn:hover {
    background: #ff6b35;
    border-color: #ff6b35;
}
.test-dots {
    display: flex;
    gap: 8px;
    margin-top: .8rem;
}
.test-d {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}
.test-d.on {
    background: #ff6b35;
    transform: scale(1.3);
}


/* ═══════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════ */

.faq {
    background: #f4f4f4;
    position: relative;
    z-index: 3;
}
.faq .container { text-align: center; }
.faq-inner {
    max-width: 760px;
    margin: 3rem auto 0;
    text-align: left;
}
.faq-item {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .3s ease, box-shadow .3s ease;
}
.faq-item.is-open {
    border-color: rgba(255, 107, 53, .35);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, .1);
}
.faq-q {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 22px 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    font-family: inherit;
    transition: color .3s ease;
}
.faq-q:hover { color: #ff6b35; }
.faq-chev {
    color: #888;
    transition: transform .35s cubic-bezier(.4,0,.2,1), color .3s ease;
    flex-shrink: 0;
}
.faq-item.is-open .faq-chev {
    transform: rotate(180deg);
    color: #ff6b35;
}
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.4,0,.2,1);
}
.faq-a.open {
    max-height: 320px;
}
.faq-a p {
    margin: 0;
    padding: 0 26px 22px;
    color: #555;
    line-height: 1.7;
    font-size: .96rem;
}


/* ═══════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════ */

.home-cta-final {
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding: clamp(70px, 10vh, 120px) clamp(24px, 5vw, 80px);
    text-align: center;
}
.home-cta-final .container { max-width: 700px; margin: 0 auto; }
.home-cta-final .sec-h { margin-bottom: 1rem; }
.home-cta-final p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 2rem;
}


/* ═══════════════════════════════════════════
   BUTTONS (light variant — override)
   ═══════════════════════════════════════════ */

body.chevio-dark-home .btn-p {
    background: #ff6b35;
    color: #fff;
    border: none;
}
body.chevio-dark-home .btn-p:hover {
    background: #e55a2a;
    box-shadow: 0 10px 28px rgba(255, 107, 53, .35);
    transform: translateY(-2px);
}
body.chevio-dark-home .btn-g {
    background: transparent;
    color: #1a1a1a;
    border: 1.5px solid rgba(26, 26, 26, .2);
}
body.chevio-dark-home .btn-g:hover {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #fff;
}


/* ═══════════════════════════════════════════
   SPARKLE HOVER (on H1, H2, sec-tag)
   ═══════════════════════════════════════════ */

.sparkle-wrap {
    position: relative;
    display: inline-block;
}
.sparkle {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 12px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 5;
}
.sparkle.active { opacity: 1; }
.sparkle-core {
    position: absolute;
    inset: 0;
    color: #ff6b35;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    animation: sparkleRotate 2.4s ease-in-out infinite;
    transform-origin: center;
}
@keyframes sparkleRotate {
    0%, 100% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.3); }
}
.sparkle-particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 50%;
    background: #ff6b35;
    opacity: 0;
    animation: sparkleParticle 2s ease-out infinite;
}
.sparkle-particle.p1 { animation-delay: 0s;    --dx: -14px; --dy: -10px; }
.sparkle-particle.p2 { animation-delay: 0.35s; --dx:  14px; --dy: -10px; }
.sparkle-particle.p3 { animation-delay: 0.7s;  --dx:  14px; --dy:  10px; }
.sparkle-particle.p4 { animation-delay: 1.05s; --dx: -14px; --dy:  10px; }
.sparkle-particle.p5 { animation-delay: 1.4s;  --dx:   0px; --dy: -16px; }
.sparkle-particle.p6 { animation-delay: 1.7s;  --dx:   0px; --dy:  16px; }
@keyframes sparkleParticle {
    0%   { transform: translate(0, 0) scale(0.4); opacity: 0; }
    20%  { opacity: 1; }
    100% { transform: translate(var(--dx, 0), var(--dy, 0)) scale(0); opacity: 0; }
}


/* ═══════════════════════════════════════════
   REVEAL ON SCROLL
   ═══════════════════════════════════════════ */

.rv {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s ease-out, transform .8s cubic-bezier(.4,0,.2,1);
}
.rv.is-revealed {
    opacity: 1;
    transform: translateY(0);
}


/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */

@media (max-width: 1024px) {
    .test-lay { grid-template-columns: 1fr; gap: 40px; }
    .bc:nth-child(n) { grid-column: span 12; }
    .comp-grid { grid-template-columns: 1fr; }
    .sec-wheel-pass .container { max-width: 100%; margin: 0; }
}

@media (max-width: 768px) {
    .wheel-bg {
        opacity: .35;
        width: 90vw;
    }
    .hero { padding: 16vh 24px 80px; }
    .hero-name { font-size: clamp(2rem, 8vw, 3.2rem); }
    .marquee-t { gap: 32px; }
    .marquee-t span { padding-right: 32px; font-size: .9rem; }
    .marquee-t span::after { right: 16px; }
    .feat-deco { font-size: clamp(4rem, 18vw, 7rem); top: 20px; right: 16px; }
    .sec { padding: 80px 24px; }
    .sec-wheel-pass .container { padding: 26px 20px; }
    .test-card { padding: 28px; }
    .test-qi { display: none; }
    .home-cta-final { padding: 70px 24px; }
    .hero-counter { gap: 24px; }
    .hero-cn { font-size: 1.5rem; }
}

@media (max-width: 600px) {
    .hero-cta-row { flex-direction: column; align-items: stretch; }
    .hero-cta-row a { justify-content: center; }
}

/* Header offset cand iese de la opacity 0 -> trebuie spatiu sus pe content */
body.chevio-dark-home.is-scrolled-past-hero .hero {
    /* nu modificam — hero e fixed in viewport, padding-top deja gestionat */
}
