/* Safe fix: language switcher, source icons, Google Reviews badge. No destructive review overrides. */
.newtop__lang {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px;
    border-radius: 10px;
    border: 1px solid rgba(148,104,180,.18);
    background: rgba(255,255,255,.70);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}
.newtop__lang a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 27px;
    padding: 0 8px;
    border-radius: 8px;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none !important;
    color: rgba(70,70,78,.62) !important;
    transition: .18s ease;
}
.newtop__lang a:hover { color: #4f46e5 !important; background: rgba(79,70,229,.06); }
.newtop__lang a.is-active {
    color: #fff !important;
    background: #4f46e5;
    box-shadow: 0 8px 18px rgba(79,70,229,.20);
}

/* Use the original source-style tech icons, but keep all hero text/button layout intact. */
.newhome-flow__rail--source-icons .newhome-flynode {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid rgba(218,216,226,.95) !important;
    box-shadow: 0 8px 20px rgba(76,67,92,.12), inset 0 1px 2px rgba(255,255,255,.9) !important;
    color: #4f46e5;
}
.newhome-flow__rail--source-icons .newhome-flynode::before,
.newhome-flow__rail--source-icons .newhome-flynode::after { content: none !important; display: none !important; }
.newhome-flow__rail--source-icons .newhome-flynode svg {
    width: 19px;
    height: 19px;
    display: block;
    overflow: visible;
}
.newhome-flow__rail--source-icons .nh-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "JetBrains Mono", monospace;
    font-size: 8px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.06em;
}
.newhome-flow__rail--source-icons .nh-emoji { font-size: 14px; line-height: 1; }
.newhome-flow__rail--source-icons .nh-ping {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 6px rgba(22,163,74,.12);
}
.newhome-flow__rail--source-icons .nh-ping::before {
    content:"";
    position:absolute;
    inset:-5px;
    border-radius:50%;
    border:1px solid rgba(22,163,74,.38);
    animation:newhome-pulse 1.8s ease-in-out infinite;
}
.nh-green{color:#16a34a}.nh-aws{color:#ff9900}.nh-indigo{color:#6366f1}.nh-orange{color:#f24e1e}.nh-purple{color:#a855f7}.nh-blue{color:#60a5fa}.nh-red{color:#f43f5e}.nh-pink{color:#ec4899}.nh-sky{color:#38bdf8}.nh-teal{color:#14b8a6}

/* Google source is visible in the title, without breaking the carousel card geometry. */
.rev5__pill--google {
    gap: 9px !important;
    background: rgba(255,255,255,.74) !important;
    border-color: rgba(148,104,180,.22) !important;
}
.rev5__googleG {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: conic-gradient(from -45deg, #4285F4 0 25%, #34A853 0 50%, #FBBC05 0 75%, #EA4335 0 100%);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -.05em;
}
.reviews.v5 { overflow: visible !important; }
.rev5 { overflow: visible !important; padding-bottom: 18px !important; }
.rev5__stage {
    height: 370px !important;
    overflow: visible !important;
    padding: 8px 0 20px !important;
}
.rev5Card {
    padding-top: 18px !important;
    max-height: none !important;
}
.rev5Card::before { content: none !important; display: none !important; }
.rev5Top, .rev5Text, .rev5Tags { position: relative; z-index: 2; }

@media (max-width: 980px) {
    .newtop__right { flex-wrap: wrap; }
    .newtop__lang { order: 2; }
    .rev5__stage { height: 390px !important; }
}
@media (max-width: 620px) {
    .newtop__lang a { min-width: 29px; height: 25px; font-size: 9px; }
    .newhome-flow__rail--source-icons .newhome-flynode { width: 36px !important; height: 36px !important; }
    .newhome-flow__rail--source-icons .newhome-flynode svg { width: 16px; height: 16px; }
    .rev5__stage { height: 410px !important; }
}


/* ===== Fix after accent patch: preserve original source icons, mobile flow, and review clipping ===== */
.newhome-flow__rail--source-icons {
    position: absolute !important;
    inset: 0 !important;
    z-index: 34 !important;
    pointer-events: none !important;
}

.newhome-flow__rail--source-icons .newhome-flynode {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid rgba(218,216,226,.95) !important;
    box-shadow: 0 8px 20px rgba(76,67,92,.12), inset 0 1px 2px rgba(255,255,255,.9) !important;
    color: #9468B4 !important;
    overflow: visible !important;
}

.newhome-flow__rail--source-icons .newhome-flynode::before,
.newhome-flow__rail--source-icons .newhome-flynode::after {
    content: none !important;
    display: none !important;
}

.newhome-flow__rail--source-icons .newhome-flynode svg {
    width: 19px !important;
    height: 19px !important;
    display: block !important;
    overflow: visible !important;
    flex: 0 0 auto !important;
}

.newhome-flow__rail--source-icons .newhome-flynode > span,
.newhome-flow__rail--source-icons .nh-text,
.newhome-flow__rail--source-icons .nh-emoji,
.newhome-flow__rail--source-icons .nh-ping {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
}

.newhome-flow__rail--source-icons .nh-text {
    font-family: "JetBrains Mono", monospace !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -.06em !important;
}

.newhome-flow__rail--source-icons .nh-emoji {
    font-size: 14px !important;
    line-height: 1 !important;
}

.newhome-flow__rail--source-icons .nh-ping {
    position: relative !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #16a34a !important;
    box-shadow: 0 0 0 6px rgba(22,163,74,.12) !important;
}

/* Reviews: cards should be visible, not cropped by the carousel mask/height. */
.reviews.v5,
.reviews.v5 .container,
.rev5,
.rev5__stage {
    overflow: visible !important;
}

.reviews.v5::after {
    display: none !important;
}

.reviews.v5 {
    padding-bottom: 74px !important;
}

.rev5__stage {
    height: clamp(430px, 34vw, 510px) !important;
    min-height: 430px !important;
    padding: 76px 0 96px !important;
    box-sizing: border-box !important;
    place-items: center !important;
}

.rev5Card {
    overflow: visible !important;
    max-height: none !important;
    box-sizing: border-box !important;
}

.rev5Card::after {
    z-index: 0 !important;
}

.rev5Top,
.rev5Text,
.rev5Tags {
    position: relative !important;
    z-index: 2 !important;
}

.rev5__dots {
    position: relative !important;
    z-index: 3 !important;
    margin-top: 0 !important;
}

.rev5__cta {
    position: relative !important;
    z-index: 4 !important;
    margin-top: 8px !important;
}

/* Mobile: make the flying icons start from BOTH sides and move to the center. */
@media (max-width: 720px) {
    .newhome-flow {
        height: 255px !important;
        width: 100% !important;
        margin-left: 0 !important;
        transform: none !important;
        overflow: hidden !important;
    }

    .newhome-flow__lines {
        display: none !important;
    }

    .newhome-flow::before,
    .newhome-flow::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 43%;
        height: 1px;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient(90deg, transparent, rgba(148,104,180,.25));
    }

    .newhome-flow::before {
        left: 2%;
        transform: translateY(-50%);
    }

    .newhome-flow::after {
        right: 2%;
        transform: translateY(-50%) scaleX(-1);
    }

    .newhome-core--lottie {
        z-index: 45 !important;
    }

    .newhome-node--origin {
        display: none !important;
    }

    .newhome-flow__rail--source-icons .newhome-flynode {
        offset-path: none !important;
        offset-distance: 0 !important;
        left: var(--mx, 5%) !important;
        top: var(--my, 50%) !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        animation-name: newhome-mobile-source-fly !important;
        animation-timing-function: linear !important;
        animation-iteration-count: infinite !important;
        transform: translate(-50%, -50%) scale(.55);
    }

    .newhome-flow__rail--source-icons .newhome-flynode svg {
        width: 16px !important;
        height: 16px !important;
    }

    .newhome-flow__rail--source-icons .nh-text {
        font-size: 7px !important;
    }

    .newhome-flow__rail--source-icons .nh-emoji {
        font-size: 13px !important;
    }

    .newhome-flow__rail--source-icons .flow-p1 { --mx: 4%;  --my: 25%; animation-duration: 6.6s !important; }
    .newhome-flow__rail--source-icons .flow-p2 { --mx: 7%;  --my: 42%; animation-duration: 7.4s !important; }
    .newhome-flow__rail--source-icons .flow-p3 { --mx: 5%;  --my: 60%; animation-duration: 6.9s !important; }
    .newhome-flow__rail--source-icons .flow-p4 { --mx: 12%; --my: 76%; animation-duration: 7.9s !important; }
    .newhome-flow__rail--source-icons .flow-p5 { --mx: 96%; --my: 25%; animation-duration: 6.8s !important; }
    .newhome-flow__rail--source-icons .flow-p6 { --mx: 93%; --my: 42%; animation-duration: 7.7s !important; }
    .newhome-flow__rail--source-icons .flow-p7 { --mx: 95%; --my: 60%; animation-duration: 6.5s !important; }
    .newhome-flow__rail--source-icons .flow-p8 { --mx: 88%; --my: 76%; animation-duration: 7.2s !important; }

    @keyframes newhome-mobile-source-fly {
        0% {
            left: var(--mx);
            top: var(--my);
            opacity: 0;
            transform: translate(-50%, -50%) scale(.45);
        }
        11% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        78% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        100% {
            left: 50%;
            top: 50%;
            opacity: 0;
            transform: translate(-50%, -50%) scale(.25);
        }
    }

    .rev5__stage {
        height: 460px !important;
        min-height: 460px !important;
        padding: 86px 0 104px !important;
    }
}

@media (max-width: 420px) {
    .newhome-flow {
        height: 235px !important;
    }
    .rev5__stage {
        height: 490px !important;
        min-height: 490px !important;
    }
}


/* ===== FINAL FIX: reviews readable, mobile icons fly from BOTH sides, keep all icon contents visible ===== */

/* --- Source icons in hero: never hide inner SVG/text/emoji --- */
.newhome-flow__rail--source-icons,
.newhome-flow__rail {
    pointer-events: none !important;
}

.newhome-flow__rail--source-icons .newhome-flynode {
    position: absolute !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid rgba(218,216,226,.95) !important;
    box-shadow: 0 9px 22px rgba(76,67,92,.12), inset 0 1px 2px rgba(255,255,255,.9) !important;
    overflow: visible !important;
    opacity: 1;
}

.newhome-flow__rail--source-icons .newhome-flynode::before,
.newhome-flow__rail--source-icons .newhome-flynode::after {
    content: none !important;
    display: none !important;
}

.newhome-flow__rail--source-icons .newhome-flynode svg {
    width: 19px !important;
    height: 19px !important;
    max-width: 19px !important;
    max-height: 19px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    flex: 0 0 auto !important;
}

.newhome-flow__rail--source-icons .newhome-flynode > span,
.newhome-flow__rail--source-icons .nh-text,
.newhome-flow__rail--source-icons .nh-emoji,
.newhome-flow__rail--source-icons .nh-ping {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    flex: 0 0 auto !important;
}

.newhome-flow__rail--source-icons .nh-text {
    font-family: "JetBrains Mono", monospace !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -.06em !important;
}

.newhome-flow__rail--source-icons .nh-emoji {
    font-size: 14px !important;
    line-height: 1 !important;
}

.newhome-flow__rail--source-icons .nh-ping {
    position: relative !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #16a34a !important;
    box-shadow: 0 0 0 6px rgba(22,163,74,.12) !important;
}

/* Desktop keeps path animation */
@media (min-width: 721px) {
    .newhome-flow__rail--source-icons .newhome-flynode {
        animation-name: newhome-signal-fly !important;
        offset-rotate: 0deg !important;
    }
}

/* Mobile: don't use offset-path, because mobile browser support is unstable.
   Every icon starts either from the left or right side and flies into the center logo. */
@media (max-width: 720px) {
    .newhome-hero__inner {
        overflow: visible !important;
    }

    .newhome-flow {
        height: 255px !important;
        width: 100% !important;
        transform: none !important;
        margin-left: 0 !important;
        overflow: hidden !important;
    }

    .newhome-flow__lines {
        display: none !important;
    }

    .newhome-core--lottie {
        z-index: 60 !important;
        width: 104px !important;
        height: 104px !important;
    }

    .newhome-node--origin {
        display: none !important;
    }

    .newhome-flow::before,
    .newhome-flow::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 42%;
        height: 1px;
        z-index: 1;
        background: linear-gradient(90deg, transparent, rgba(148,104,180,.28));
        pointer-events: none;
    }

    .newhome-flow::before {
        left: 3%;
        transform: translateY(-50%);
    }

    .newhome-flow::after {
        right: 3%;
        transform: translateY(-50%) scaleX(-1);
    }

    .newhome-flow__rail--source-icons .newhome-flynode {
        left: 50% !important;
        top: 50% !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        offset-path: none !important;
        offset-distance: 0 !important;
        animation-name: newhome-mobile-two-side-fly !important;
        animation-duration: var(--dur, 6.8s) !important;
        animation-timing-function: linear !important;
        animation-iteration-count: infinite !important;
        animation-fill-mode: both !important;
        will-change: transform, opacity !important;
    }

    .newhome-flow__rail--source-icons .newhome-flynode svg {
        width: 15px !important;
        height: 15px !important;
        max-width: 15px !important;
        max-height: 15px !important;
    }

    .newhome-flow__rail--source-icons .nh-text {
        font-size: 6.5px !important;
    }

    .newhome-flow__rail--source-icons .nh-emoji {
        font-size: 12px !important;
    }

    .newhome-flow__rail--source-icons .nh-ping {
        width: 8px !important;
        height: 8px !important;
        box-shadow: 0 0 0 5px rgba(22,163,74,.12) !important;
    }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(1)  { --from-x:-46vw; --from-y:-88px; --dur:6.2s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(2)  { --from-x:-42vw; --from-y:-52px; --dur:7.1s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(3)  { --from-x:-47vw; --from-y:-12px; --dur:6.6s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(4)  { --from-x:-39vw; --from-y: 42px; --dur:7.4s; }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(5)  { --from-x: 46vw; --from-y:-88px; --dur:6.5s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(6)  { --from-x: 42vw; --from-y:-52px; --dur:7.3s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(7)  { --from-x: 47vw; --from-y:-12px; --dur:6.9s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(8)  { --from-x: 39vw; --from-y: 42px; --dur:7.7s; }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(9)  { --from-x:-44vw; --from-y:-76px; --dur:6.9s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(10) { --from-x:-49vw; --from-y:-35px; --dur:7.8s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(11) { --from-x:-43vw; --from-y:  8px; --dur:6.4s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(12) { --from-x:-48vw; --from-y: 64px; --dur:7.2s; }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(13) { --from-x: 44vw; --from-y:-76px; --dur:7.0s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(14) { --from-x: 49vw; --from-y:-35px; --dur:6.3s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(15) { --from-x: 43vw; --from-y:  8px; --dur:7.5s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(16) { --from-x: 48vw; --from-y: 64px; --dur:6.8s; }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(17) { --from-x:-41vw; --from-y:-95px; --dur:7.6s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(18) { --from-x:-50vw; --from-y:-58px; --dur:6.7s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(19) { --from-x:-45vw; --from-y:-18px; --dur:7.9s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(20) { --from-x:-40vw; --from-y: 76px; --dur:6.1s; }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(21) { --from-x: 41vw; --from-y:-95px; --dur:6.4s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(22) { --from-x: 50vw; --from-y:-58px; --dur:7.4s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(23) { --from-x: 45vw; --from-y:-18px; --dur:6.9s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(24) { --from-x: 40vw; --from-y: 76px; --dur:7.8s; }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(25) { --from-x:-48vw; --from-y:-70px; --dur:8.0s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(26) { --from-x:-42vw; --from-y:-28px; --dur:6.8s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(27) { --from-x:-49vw; --from-y: 20px; --dur:7.6s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(28) { --from-x:-44vw; --from-y: 88px; --dur:6.5s; }

    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(29) { --from-x: 48vw; --from-y:-70px; --dur:7.1s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(30) { --from-x: 42vw; --from-y:-28px; --dur:8.2s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(31) { --from-x: 49vw; --from-y: 20px; --dur:6.6s; }
    .newhome-flow__rail--source-icons .newhome-flynode:nth-child(32) { --from-x: 44vw; --from-y: 88px; --dur:7.5s; }

    @keyframes newhome-mobile-two-side-fly {
        0% {
            opacity: 0;
            transform: translate(calc(-50% + var(--from-x)), calc(-50% + var(--from-y))) scale(.42);
        }
        12% {
            opacity: 1;
            transform: translate(calc(-50% + var(--from-x)), calc(-50% + var(--from-y))) scale(1);
        }
        72% {
            opacity: 1;
            transform: translate(calc(-50% + var(--from-x) * .16), calc(-50% + var(--from-y) * .16)) scale(.92);
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(.18);
        }
    }
}

@media (max-width: 420px) {
    .newhome-flow {
        height: 238px !important;
    }
    .newhome-flow__rail--source-icons .newhome-flynode {
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
        min-height: 31px !important;
    }
    .newhome-flow__rail--source-icons .newhome-flynode svg {
        width: 14px !important;
        height: 14px !important;
    }
}

/* --- Reviews: kill the ugly/cropped 3D deck. Make it clean and readable. --- */
.reviews.v5 {
    overflow: hidden !important;
    padding-top: clamp(54px, 6vw, 92px) !important;
    padding-bottom: clamp(54px, 6vw, 92px) !important;
}

.reviews.v5 .container {
    overflow: visible !important;
}

.rev5 {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
}

.rev5__head {
    align-items: flex-start !important;
    margin-bottom: 24px !important;
}

.rev5__pill {
    background: rgba(255,255,255,.72) !important;
    color: #59616c !important;
    border-color: rgba(148,104,180,.22) !important;
}

.rev5__pill::after {
    content: "Google Reviews";
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    color: #59616c;
    border: 1px solid rgba(148,104,180,.18);
    font-size: 11px;
    font-weight: 900;
}

.rev5__stage {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 12px 4px 28px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    perspective: none !important;
}

.rev5__stage::-webkit-scrollbar {
    height: 6px !important;
}

.rev5__stage::-webkit-scrollbar-track {
    background: rgba(148,104,180,.08) !important;
    border-radius: 999px !important;
}

.rev5__stage::-webkit-scrollbar-thumb {
    background: rgba(148,104,180,.35) !important;
    border-radius: 999px !important;
}

.rev5Card {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    flex: 0 0 min(430px, 86vw) !important;
    width: min(430px, 86vw) !important;
    min-height: 230px !important;
    max-height: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    pointer-events: auto !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
    border-radius: 26px !important;
    padding: 22px !important;
    background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.72)) !important;
    border: 1px solid rgba(148,104,180,.14) !important;
    box-shadow: 0 24px 70px rgba(98,83,128,.12) !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.rev5Card::after {
    width: 190px !important;
    height: 190px !important;
    right: -76px !important;
    bottom: -76px !important;
    opacity: .42 !important;
    z-index: 0 !important;
}

.rev5Top,
.rev5Text,
.rev5Tags {
    position: relative !important;
    z-index: 2 !important;
}

.rev5Top {
    grid-template-columns: auto 1fr auto !important;
}

.rev5Av {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
}

.rev5Text {
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: rgba(47,54,63,.78) !important;
    font-weight: 750 !important;
}

.rev5Tags {
    margin-top: 16px !important;
}

.rev5Tags span {
    background: rgba(255,255,255,.78) !important;
    border-color: rgba(148,104,180,.14) !important;
    color: #66707a !important;
}

.rev5__dots {
    display: none !important;
}

.rev5__nav {
    display: none !important;
}

.rev5__cta {
    margin-top: 18px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* mobile reviews: visible cards, no cut */
@media (max-width: 720px) {
    .reviews.v5 {
        padding-top: 44px !important;
        padding-bottom: 54px !important;
    }

    .rev5__head {
        display: block !important;
        margin-bottom: 18px !important;
    }

    .rev5__head h2 {
        font-size: 28px !important;
        line-height: 1.14 !important;
        margin-top: 12px !important;
    }

    .rev5__stage {
        gap: 14px !important;
        padding: 10px 2px 24px !important;
    }

    .rev5Card {
        flex-basis: 88vw !important;
        width: 88vw !important;
        min-height: 250px !important;
        padding: 18px !important;
        border-radius: 22px !important;
    }

    .rev5Text {
        font-size: 14px !important;
        line-height: 1.62 !important;
    }

    .rev5__cta {
        display: block !important;
    }

    .rev5__cta .btn,
    .rev5__cta .btn--primary {
        margin-top: 16px !important;
        width: 100% !important;
        justify-content: center !important;
    }
}
