.rvt-tech-scroll-section {
    --rvt-tech-bg: #0b0b0d;
    --rvt-tech-panel: #1b1b20;
    --rvt-tech-chip-bg: #26272c;
    --rvt-tech-chip-text: #f5f5f5;
    --rvt-tech-button-bg: #ffffff;
    --rvt-tech-button-text: #0b0b0d;
    --rvt-tech-duration: 18s;
    width: 100%;
    padding: clamp(26px, 4vw, 54px) clamp(14px, 2.2vw, 32px);
    background: transparent;
    color: #fff;
    overflow: clip;
}

.rvt-tech-scroll-shell {
    width: min(1540px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border-radius: clamp(24px, 3vw, 38px);
    background:
        radial-gradient(circle at 50% -20%, rgba(255,255,255,.055), transparent 44%),
        var(--rvt-tech-bg);
    box-shadow: 0 28px 80px rgba(0,0,0,.14);
}

.rvt-tech-scroll-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: clamp(250px, 31vw, 430px);
    padding: clamp(54px, 7vw, 98px) clamp(20px, 6vw, 90px) clamp(44px, 6vw, 78px);
    text-align: center;
}

.rvt-tech-scroll-title {
    max-width: 980px;
    margin: 0;
    color: #f7f7f8;
    font-size: clamp(30px, 4vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 560;
}

.rvt-tech-scroll-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: clamp(26px, 3.4vw, 44px);
    min-height: 52px;
    padding: 12px 23px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    background: var(--rvt-tech-button-bg);
    color: var(--rvt-tech-button-text) !important;
    font-size: 15px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.17);
    transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.rvt-tech-scroll-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    opacity: .94;
}

.rvt-tech-scroll-cta-icon {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
}

.rvt-tech-scroll-stage {
    position: relative;
    overflow: hidden;
    margin: 0 clamp(12px, 2vw, 26px) clamp(12px, 2vw, 26px);
    padding: clamp(34px, 4vw, 52px) 0 clamp(34px, 4vw, 50px);
    border-radius: clamp(18px, 2vw, 26px);
    background:
        linear-gradient(180deg, rgba(255,255,255,.018), transparent 58%),
        var(--rvt-tech-panel);
}

.rvt-tech-scroll-trust {
    position: relative;
    z-index: 4;
    margin: 0 18px clamp(28px, 4vw, 44px);
    color: rgba(255,255,255,.86);
    text-align: center;
    font-size: clamp(13px, 1.25vw, 16px);
    line-height: 1.5;
    font-weight: 500;
}

.rvt-tech-scroll-marquee {
    position: relative;
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.rvt-tech-scroll-track {
    display: flex;
    flex: 0 0 max-content;
    width: max-content;
    will-change: transform;
    animation: rvt-tech-scroll-left var(--rvt-tech-duration) linear infinite;
}

.rvt-tech-scroll-section[data-tech-scroll-direction="right"] .rvt-tech-scroll-track {
    animation-name: rvt-tech-scroll-right;
}

.rvt-tech-scroll-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
    padding-right: 11px;
}

.rvt-tech-scroll-pill {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 8px 17px 8px 13px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    background: var(--rvt-tech-chip-bg);
    color: var(--rvt-tech-chip-text) !important;
    font-size: 14px;
    font-weight: 520;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.rvt-tech-scroll-pill-icon {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.rvt-tech-scroll-pill-check {
    display: block;
    opacity: 0;
    transform: scale(.55);
    transition: opacity .16s ease, transform .16s ease;
}

/* Reference behaviour: pills arriving from the left are unselected.
   The state switches while the pill passes behind the fixed Revuteck centre
   panel, so it emerges on the right as a checked capability. */
.rvt-tech-scroll-pill[data-rvt-tech-state="checked"] .rvt-tech-scroll-pill-icon {
    border-color: rgba(255,255,255,.24);
    background: rgba(255,255,255,.16);
}

.rvt-tech-scroll-pill[data-rvt-tech-state="checked"] .rvt-tech-scroll-pill-check {
    opacity: 1;
    transform: scale(1);
}

.rvt-tech-scroll-pill[data-rvt-tech-state="unchecked"] .rvt-tech-scroll-pill-check {
    opacity: 0;
    transform: scale(.55);
}

.rvt-tech-scroll-center {
    position: absolute;
    z-index: 5;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: clamp(220px, 28vw, 390px);
    min-height: 78px;
    padding: 0 16px;
    background: linear-gradient(90deg, transparent 0%, var(--rvt-tech-panel) 11%, var(--rvt-tech-panel) 89%, transparent 100%);
    pointer-events: none;
}

.rvt-tech-scroll-center-text {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    color: #fff;
    font-size: clamp(15px, 1.4vw, 20px);
    font-weight: 650;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rvt-tech-scroll-brace {
    position: relative;
    display: block;
    width: clamp(34px, 4vw, 58px);
    height: 48px;
    flex: 0 0 auto;
    opacity: .88;
}

.rvt-tech-scroll-brace::before,
.rvt-tech-scroll-brace::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    transform: translateY(-50%);
}

.rvt-tech-scroll-brace-left::before {
    left: 0;
    border-top: 1px solid rgba(255,255,255,.62);
    border-left: 1px solid rgba(255,255,255,.62);
    border-radius: 14px 0 0 0;
    transform: translateY(-100%);
}
.rvt-tech-scroll-brace-left::after {
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,.62);
    border-left: 1px solid rgba(255,255,255,.62);
    border-radius: 0 0 0 14px;
    transform: translateY(0);
}
.rvt-tech-scroll-brace-right::before {
    right: 0;
    border-top: 1px solid rgba(255,255,255,.62);
    border-right: 1px solid rgba(255,255,255,.62);
    border-radius: 0 14px 0 0;
    transform: translateY(-100%);
}
.rvt-tech-scroll-brace-right::after {
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,.62);
    border-right: 1px solid rgba(255,255,255,.62);
    border-radius: 0 0 14px 0;
    transform: translateY(0);
}

.rvt-tech-scroll-marquee:hover .rvt-tech-scroll-track,
.rvt-tech-scroll-marquee:focus-within .rvt-tech-scroll-track {
    animation-play-state: paused;
}

@keyframes rvt-tech-scroll-left {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@keyframes rvt-tech-scroll-right {
    from { transform: translate3d(-50%, 0, 0); }
    to { transform: translate3d(0, 0, 0); }
}

@media (max-width: 767px) {
    .rvt-tech-scroll-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rvt-tech-scroll-shell {
        border-radius: 24px;
    }

    .rvt-tech-scroll-top {
        min-height: 250px;
        padding: 52px 22px 46px;
    }

    .rvt-tech-scroll-title {
        font-size: clamp(29px, 9vw, 42px);
    }

    .rvt-tech-scroll-stage {
        margin: 0 8px 8px;
        padding-top: 32px;
        padding-bottom: 34px;
    }

    .rvt-tech-scroll-center {
        width: 205px;
        gap: 10px;
        min-height: 72px;
        padding: 0 6px;
    }

    .rvt-tech-scroll-brace {
        width: 30px;
    }

    .rvt-tech-scroll-center-text {
        max-width: 112px;
        font-size: 15px;
    }

    .rvt-tech-scroll-pill {
        min-height: 44px;
        padding-right: 14px;
        font-size: 13px;
    }

    .rvt-tech-scroll-pill-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rvt-tech-scroll-track {
        animation: none !important;
        transform: none !important;
    }
}

/* 2026-08-21 responsive hardening */
@media(max-width:767px){
  .rvt-tech-scroll-section{padding-top:18px;padding-bottom:18px;overflow:hidden}
  .rvt-tech-scroll-shell{width:100%;max-width:100%;border-radius:20px}
  .rvt-tech-scroll-top{min-height:0;padding:42px 18px 38px}
  .rvt-tech-scroll-title{font-size:clamp(28px,9vw,40px);line-height:1.08}
  .rvt-tech-scroll-cta{margin-top:24px;min-height:46px;font-size:14px}
  .rvt-tech-scroll-stage{margin:0 6px 6px;padding:28px 0 30px;border-radius:16px}
  .rvt-tech-scroll-trust{margin-bottom:24px;padding-inline:8px}
  .rvt-tech-scroll-marquee{min-height:64px;max-width:100%;-webkit-mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}
  .rvt-tech-scroll-center{width:min(205px,66vw);min-height:66px}
  .rvt-tech-scroll-pill{min-height:42px;padding:7px 13px 7px 11px;font-size:12.5px}
}
