
  
  :root {
            --rsi-sec-red: #a02a1b;
            --rsi-sec-red-dark: #b9000b;
            --rsi-sec-white: #ffffff;
            --rsi-sec-black: #111318;
            --rsi-sec-text: #555b65;
            --rsi-sec-light: #f4f5f7;
        }
          :root {
            --rsi-cctv-services-red: #a02a1b;
            --rsi-cctv-services-red-dark: #b7000a;
            --rsi-cctv-services-red-soft: #fff1f2;
            --rsi-cctv-services-dark: #17191e;
            --rsi-cctv-services-text: #626872;
            --rsi-cctv-services-light: #f5f6f8;
            --rsi-cctv-services-border: #e8eaee;
            --rsi-cctv-services-white: #ffffff;
            --rsi-cctv-services-green: #1eb55c;
        }
        :root{
    --rsi-road-red:#a02a1b;
    --rsi-road-red-dark:#aa0009;
    --rsi-road-ink:#1e2229;
    --rsi-road-text:#626873;
    --rsi-road-soft:#f6f7f9;
    --rsi-road-line:#e5e8ec;
    --rsi-road-white:#ffffff;
}
   *{box-sizing:border-box}
html{scroll-behavior:smooth}
 .rsi-sec-hero {
            position: relative;
            min-height: 760px;
            overflow: hidden;
            isolation: isolate;
            display: flex;
            align-items: center;
            background: #f4f5f7;
        }

        /* Background image */

        .rsi-sec-background {
            position: absolute;
            inset: 0;
            z-index: -5;
            overflow: hidden;
        }

        .rsi-sec-background-image {
            position: absolute;
            inset: -4%;
            background-image:
                url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2000&q=88");
            background-position: center;
            background-size: cover;
            transform: scale(1.06);
            animation: rsiSecBackgroundMove 16s ease-in-out infinite alternate;
        }

        .rsi-sec-background-overlay {
            position: absolute;
            inset: 0;
            background:
                linear-gradient(
                    90deg,
                    rgba(255, 255, 255, 0.98) 0%,
                    rgba(255, 255, 255, 0.94) 37%,
                    rgba(255, 255, 255, 0.79) 58%,
                    rgba(255, 255, 255, 0.38) 100%
                ),
                linear-gradient(
                    180deg,
                    rgba(255, 255, 255, 0.22),
                    rgba(255, 255, 255, 0.58)
                );
        }

        .rsi-sec-pattern {
            position: absolute;
            inset: 0;
            opacity: 0.28;
            background-image:
                linear-gradient(
                    rgba(227, 6, 19, 0.07) 1px,
                    transparent 1px
                ),
                linear-gradient(
                    90deg,
                    rgba(227, 6, 19, 0.07) 1px,
                    transparent 1px
                );
            background-size: 55px 55px;
            mask-image:
                linear-gradient(
                    90deg,
                    rgba(0, 0, 0, 0.4),
                    transparent 67%
                );
        }

        .rsi-sec-red-glow {
            position: absolute;
            top: 0;
            right: 0;
            width: 55%;
            height: 100%;
            background:
                radial-gradient(
                    circle at 68% 45%,
                    rgba(227, 6, 19, 0.15),
                    transparent 48%
                );
            animation: rsiSecGlowPulse 4s ease-in-out infinite;
        }

        /* Decorative line */

        .rsi-sec-top-line {
            position: absolute;
            z-index: 4;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background:
                linear-gradient(
                    90deg,
                    var(--rsi-sec-red) 0%,
                    var(--rsi-sec-red) 48%,
                    transparent 48%
                );
        }

        /* Main container */

        .rsi-sec-container {
            width: min(1380px, calc(100% - 70px));
            margin: auto;
            display: grid;
            grid-template-columns: minmax(500px, 1.03fr) minmax(430px, 0.97fr);
            align-items: center;
            gap: 20px;
            position: relative;
            z-index: 5;
            padding: 90px 0 105px;
        }

        /* Content */

        .rsi-sec-content {
            position: relative;
            z-index: 8;
            max-width: 730px;
            padding-right: 0;
        }

        .rsi-sec-label {
            width: fit-content;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 22px;
            padding: 9px 15px;
            color: var(--rsi-sec-red);
            border: 1px solid rgba(227, 6, 19, 0.2);
            border-left: 4px solid var(--rsi-sec-red);
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.75);
            box-shadow: 0 10px 30px rgba(24, 30, 38, 0.06);
            backdrop-filter: blur(8px);
            text-transform: uppercase;
            letter-spacing: 1.4px;
            font-size: 11px;
            font-weight: 800;
            opacity: 0;
            transform: translateY(20px);
        }

        .rsi-sec-label-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--rsi-sec-red);
            box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.6);
            animation: rsiSecLiveDot 1.6s infinite;
        }

        .rsi-sec-title {
            margin: 0;
            max-width: 720px;
            color: var(--rsi-sec-black);
            font-size: clamp(48px, 5vw, 76px);
            line-height: 0.98;
            letter-spacing: -4px;
            font-weight: 700;

            opacity: 0;
            transform: translateY(28px);
        }

        .rsi-sec-title .rsi-sec-title-red {
            display: block;
            color: var(--rsi-sec-red);
            position: relative;
            text-shadow: 0 8px 30px rgba(227, 6, 19, 0.12);
        }

        .rsi-sec-title .rsi-sec-title-small {
            display: block;
            margin-top: 15px;
            color: #444a54;
            font-size: clamp(16px, 1.55vw, 22px);
            line-height: 1.35;
            letter-spacing: 3.5px;
            font-weight: 600;
        }

        .rsi-sec-title-line {
            display: inline-block;
            width: 70px;
            height: 6px;
            margin-left: 15px;
            background: var(--rsi-sec-red);
            vertical-align: middle;
            transform: skewX(-28deg);
        }

        .rsi-sec-description {
            max-width: 625px;
            margin: 25px 0 28px;
            color: var(--rsi-sec-text);
            font-size: 17px;
            line-height: 1.75;
            opacity: 0;
            transform: translateY(22px);
        }

        /* Features */

        .rsi-sec-features {
            display: flex;
            flex-wrap: wrap;
            gap: 11px;
            margin-bottom: 31px;
        }

        .rsi-sec-feature {
            min-width: 170px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 11px 13px;
            border: 1px solid rgba(22, 25, 30, 0.09);
            border-radius: 7px;
            background: rgba(255, 255, 255, 0.75);
            box-shadow: 0 10px 28px rgba(25, 31, 40, 0.05);
            backdrop-filter: blur(8px);
            opacity: 0;
            transform: translateY(20px);
            transition:
                transform 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease;
        }

        .rsi-sec-feature:hover {
            transform: translateY(-5px) !important;
            border-color: rgba(227, 6, 19, 0.38);
            box-shadow: 0 15px 35px rgba(227, 6, 19, 0.09);
        }

        .rsi-sec-feature-icon {
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            display: grid;
            place-items: center;
            color: var(--rsi-sec-red);
            border-radius: 50%;
            background: rgba(227, 6, 19, 0.1);
        }

        .rsi-sec-feature-icon svg {
            width: 19px;
            height: 19px;
            fill: currentColor;
        }

        .rsi-sec-feature strong,
        .rsi-sec-feature span {
            display: block;
        }

        .rsi-sec-feature strong {
            margin-bottom: 3px;
            color: #20242a;
            font-size: 11px;
            line-height: 1.25;
            text-transform: uppercase;
        }

        .rsi-sec-feature span {
            color: #777d86;
            font-size: 9px;
        }

        /* Buttons */

        .rsi-sec-buttons {
            display: flex;
            align-items: center;
            gap: 12px;
            opacity: 0;
            transform: translateY(20px);
        }

        .rsi-sec-button-primary,
        .rsi-sec-button-secondary {
            min-height: 55px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            font-size: 12px;
            font-weight: 800;
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .rsi-sec-button-primary {
            position: relative;
            overflow: hidden;
            gap: 20px;
            padding: 0 25px;
            color: #ffffff;
            background: var(--rsi-sec-red);
            box-shadow: 0 16px 35px rgba(227, 6, 19, 0.23);
        }

        .rsi-sec-button-primary::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 60%;
            height: 100%;
            background:
                linear-gradient(
                    90deg,
                    transparent,
                    rgba(255, 255, 255, 0.3),
                    transparent
                );
            transform: skewX(-25deg);
            transition: left 0.65s ease;
        }

        .rsi-sec-button-primary:hover::before {
            left: 145%;
        }

        .rsi-sec-button-primary:hover {
            color: #ffffff;
            background: #f20a18;
            transform: translateY(-3px);
            box-shadow: 0 20px 42px rgba(227, 6, 19, 0.32);
        }

        .rsi-sec-button-primary svg {
            width: 18px;
            height: 18px;
            fill: currentColor;
            transition: transform 0.3s ease;
        }

        .rsi-sec-button-primary:hover svg {
            transform: translateX(5px);
        }

        .rsi-sec-button-secondary {
            padding: 0 23px;
            color: #20242a;
            border: 1px solid rgba(20, 24, 30, 0.2);
            background: rgba(255, 255, 255, 0.66);
        }

        .rsi-sec-button-secondary:hover {
            color: var(--rsi-sec-red);
            border-color: var(--rsi-sec-red);
            background: #ffffff;
            transform: translateY(-3px);
        }

        /* Right visual */

        .rsi-sec-visual {
            position: relative;
            height: 570px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-left: -10px;
            opacity: 0;
            transform: translateX(40px);
        }

        .rsi-sec-camera-card {
            position: relative;
            width: 100%;
            max-width: 575px;
            height: 510px;
            overflow: hidden;
            border-radius: 8px 80px 8px 8px;
            background: #dfe3e8;
            box-shadow:
                0 28px 70px rgba(20, 25, 32, 0.18),
                0 0 0 10px rgba(255, 255, 255, 0.44);
            transform-origin: center;
        }

        .rsi-sec-camera-image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: 58% center;
            transform: scale(1.08);
            filter: saturate(0.88) contrast(1.04) brightness(1.07);
            animation: rsiSecCameraImageMove 12s ease-in-out infinite alternate;
        }

        .rsi-sec-camera-overlay {
            position: absolute;
            inset: 0;
            background:
                linear-gradient(
                    90deg,
                    rgba(255, 255, 255, 0.06),
                    transparent 50%
                ),
                linear-gradient(
                    180deg,
                    transparent 47%,
                    rgba(9, 11, 14, 0.46) 100%
                );
        }

        .rsi-sec-camera-red-edge {
            position: absolute;
            top: 0;
            right: 0;
            width: 8px;
            height: 52%;
            background: var(--rsi-sec-red);
        }

        /* CCTV frame */

        .rsi-sec-monitor-frame {
            position: absolute;
            inset: 35px;
            pointer-events: none;
        }

        .rsi-sec-monitor-frame span {
            position: absolute;
            width: 55px;
            height: 55px;
        }

        .rsi-sec-frame-one {
            top: 0;
            left: 0;
            border-top: 3px solid rgba(255, 255, 255, 0.88);
            border-left: 3px solid rgba(255, 255, 255, 0.88);
        }

        .rsi-sec-frame-two {
            top: 0;
            right: 0;
            border-top: 3px solid rgba(255, 255, 255, 0.88);
            border-right: 3px solid rgba(255, 255, 255, 0.88);
        }

        .rsi-sec-frame-three {
            bottom: 0;
            left: 0;
            border-bottom: 3px solid rgba(255, 255, 255, 0.88);
            border-left: 3px solid rgba(255, 255, 255, 0.88);
        }

        .rsi-sec-frame-four {
            right: 0;
            bottom: 0;
            border-right: 3px solid rgba(255, 255, 255, 0.88);
            border-bottom: 3px solid rgba(255, 255, 255, 0.88);
        }

        /* Recording bar */

        .rsi-sec-camera-top {
            position: absolute;
            z-index: 5;
            top: 17px;
            right: 20px;
            left: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #ffffff;
            font-size: 10px;
            letter-spacing: 1px;
        }

        .rsi-sec-rec {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 7px 10px;
            border-radius: 3px;
            background: rgba(13, 15, 19, 0.55);
            backdrop-filter: blur(6px);
            font-weight: 800;
        }

        .rsi-sec-rec-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--rsi-sec-red);
            animation: rsiSecRecording 1s infinite;
        }

        .rsi-sec-camera-time {
            padding: 7px 10px;
            border-radius: 3px;
            background: rgba(13, 15, 19, 0.55);
            backdrop-filter: blur(6px);
            font-family: monospace;
        }

        /* Scan line */

        .rsi-sec-scan-line {
            position: absolute;
            z-index: 4;
            top: -20%;
            left: 0;
            width: 100%;
            height: 85px;
            background:
                linear-gradient(
                    180deg,
                    transparent,
                    rgba(227, 6, 19, 0.03),
                    rgba(227, 6, 19, 0.45),
                    rgba(227, 6, 19, 0.03),
                    transparent
                );
            opacity: 0.55;
            animation: rsiSecScan 3.4s linear infinite;
        }

        /* Motion target */

        .rsi-sec-target {
            position: absolute;
            z-index: 6;
            top: 47%;
            left: 57%;
            width: 72px;
            height: 72px;
            border: 1px solid rgba(227, 6, 19, 0.9);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            animation: rsiSecTargetPulse 2.2s ease-in-out infinite;
        }

        .rsi-sec-target::before,
        .rsi-sec-target::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            background: rgba(227, 6, 19, 0.75);
            transform: translate(-50%, -50%);
        }

        .rsi-sec-target::before {
            width: 96px;
            height: 1px;
        }

        .rsi-sec-target::after {
            width: 1px;
            height: 96px;
        }

        .rsi-sec-target-dot {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--rsi-sec-red);
            box-shadow: 0 0 15px rgba(227, 6, 19, 0.95);
            transform: translate(-50%, -50%);
        }

        /* Camera information */

        .rsi-sec-camera-bottom {
            position: absolute;
            z-index: 6;
            right: 22px;
            bottom: 21px;
            left: 22px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }

        .rsi-sec-motion-info {
            padding: 10px 13px;
            color: #ffffff;
            border-left: 3px solid var(--rsi-sec-red);
            background: rgba(8, 10, 13, 0.66);
            backdrop-filter: blur(7px);
        }

        .rsi-sec-motion-info strong,
        .rsi-sec-motion-info span {
            display: block;
        }

        .rsi-sec-motion-info strong {
            margin-bottom: 4px;
            font-size: 10px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .rsi-sec-motion-info span {
            color: rgba(255, 255, 255, 0.68);
            font-size: 8px;
        }

        .rsi-sec-camera-tags {
            display: flex;
            gap: 5px;
        }

        .rsi-sec-camera-tags span {
            padding: 6px 8px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.25);
            background: rgba(8, 10, 13, 0.66);
            font-size: 7px;
            letter-spacing: 0.7px;
        }

        /* Floating card */

        .rsi-sec-status-card {
            position: absolute;
            z-index: 10;
            right: -12px;
            bottom: 7px;
            width: 291px;
            padding: 18px;
            border-radius: 7px;
            background: #ffffff;
            box-shadow: 0 20px 55px rgba(20, 25, 32, 0.2);
            animation: rsiSecFloat 4s ease-in-out infinite;
        }

        .rsi-sec-status-head {
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 12px;
            color: #272b31;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .rsi-sec-status-head span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #17bd5b;
            box-shadow: 0 0 9px rgba(23, 189, 91, 0.7);
        }

        .rsi-sec-status-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 9px 0;
            color: #6f747c;
            border-top: 1px solid #eceef1;
            font-size: 12px;
        }

        .rsi-sec-status-row strong {
            color: var(--rsi-sec-red);
            font-size: 12px;
            text-transform: uppercase;
        }

        /* Bottom bar */

        .rsi-sec-bottom-bar {
            position: absolute;
            z-index: 10;
            right: 0;
            bottom: 0;
            left: 0;
            min-height: 58px;
            border-top: 1px solid rgba(26, 30, 36, 0.09);
            background: rgba(255, 255, 255, 0.82);
            backdrop-filter: blur(12px);
        }

        .rsi-sec-bottom-inner {
            width: min(1380px, calc(100% - 70px));
            min-height: 58px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #747982;
            font-size: 10px;
            letter-spacing: 0.8px;
            text-transform: uppercase;
        }

        .rsi-sec-system-online {
            display: flex;
            align-items: center;
            gap: 9px;
        }

        .rsi-sec-system-online span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #17bd5b;
            box-shadow: 0 0 8px rgba(23, 189, 91, 0.7);
        }

        .rsi-sec-location {
            display: flex;
            align-items: center;
            gap: 7px;
        }

        .rsi-sec-location strong {
            min-width: 100px;
            color: #252930;
        }

        /* Keyframes */

        @keyframes rsiSecBackgroundMove {
            from {
                transform: scale(1.06) translateX(-1%);
            }

            to {
                transform: scale(1.12) translateX(1%);
            }
        }

        @keyframes rsiSecCameraImageMove {
            from {
                transform: scale(1.08) translateX(-1.5%);
            }

            to {
                transform: scale(1.15) translateX(1.5%);
            }
        }

        @keyframes rsiSecGlowPulse {
            0%,
            100% {
                opacity: 0.55;
            }

            50% {
                opacity: 1;
            }
        }

        @keyframes rsiSecLiveDot {
            0% {
                box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.62);
            }

            70% {
                box-shadow: 0 0 0 9px rgba(227, 6, 19, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(227, 6, 19, 0);
            }
        }

        @keyframes rsiSecRecording {
            0%,
            45% {
                opacity: 1;
            }

            46%,
            100% {
                opacity: 0.25;
            }
        }

        @keyframes rsiSecScan {
            from {
                top: -25%;
            }

            to {
                top: 115%;
            }
        }

        @keyframes rsiSecTargetPulse {
            0%,
            100% {
                opacity: 0.6;
                transform: translate(-50%, -50%) scale(0.88);
            }

            50% {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1.08);
            }
        }

        @keyframes rsiSecFloat {
            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-9px);
            }
        }

        /* Responsive */

        @media screen and (max-width: 1199px) {
            .rsi-sec-container {
                width: calc(100% - 50px);
                grid-template-columns: 1.05fr 0.95fr;
            }

            .rsi-sec-title {
                font-size: clamp(43px, 5vw, 63px);
            }

            .rsi-sec-camera-card {
                height: 470px;
            }

            .rsi-sec-status-card {
                right: 0;
            }

            .rsi-sec-bottom-inner {
                width: calc(100% - 50px);
            }
        }

        @media screen and (max-width: 991px) {
            .rsi-sec-hero {
                min-height: auto;
            }

            .rsi-sec-container {
                width: calc(100% - 40px);
                grid-template-columns: 1fr;
                gap: 45px;
                padding: 110px 0 130px;
            }

            .rsi-sec-content {
                max-width: 750px;
            }

            .rsi-sec-visual {
                width: 100%;
                height: auto;
                margin-left: 0;
                justify-content: center;
            }

            .rsi-sec-camera-card {
                max-width: 750px;
                height: 500px;
            }

            .rsi-sec-background-overlay {
                background:
                    linear-gradient(
                        180deg,
                        rgba(255, 255, 255, 0.97) 0%,
                        rgba(255, 255, 255, 0.91) 56%,
                        rgba(255, 255, 255, 0.68) 100%
                    );
            }

            .rsi-sec-status-card {
                right: 12px;
            }

            .rsi-sec-bottom-inner {
                width: calc(100% - 40px);
            }
        }

        @media screen and (max-width: 767px) {
            .rsi-sec-container {
                width: calc(100% - 30px);
                padding-top: 90px;
            }

            .rsi-sec-title {
                font-size: clamp(38px, 12vw, 55px);
                letter-spacing: -2.7px;
            }

            .rsi-sec-title-line {
                width: 42px;
                height: 5px;
                margin-left: 8px;
            }

            .rsi-sec-title .rsi-sec-title-small {
                font-size: 14px;
                letter-spacing: 2px;
            }

            .rsi-sec-description {
                font-size: 15px;
            }

            .rsi-sec-features {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

            .rsi-sec-feature:last-child {
                grid-column: 1 / -1;
            }

            .rsi-sec-buttons {
                flex-direction: column;
                align-items: stretch;
            }

            .rsi-sec-button-primary,
            .rsi-sec-button-secondary {
                width: 100%;
            }

            .rsi-sec-camera-card {
                height: 415px;
                border-radius: 7px 45px 7px 7px;
            }

            .rsi-sec-monitor-frame {
                inset: 24px;
            }

            .rsi-sec-camera-bottom {
                right: 15px;
                bottom: 15px;
                left: 15px;
            }

            .rsi-sec-status-card {
                width: 200px;
                right: 4px;
                bottom: -35px;
            }

            .rsi-sec-bottom-bar {
                position: absolute;
                margin-top: 45px;
            }

            .rsi-sec-bottom-inner {
                width: calc(100% - 30px);
                min-height: 70px;
                align-items: flex-start;
                justify-content: center;
                flex-direction: column;
                gap: 7px;
            }
        }

        @media screen and (max-width: 479px) {
            .rsi-sec-title {
                font-size: 36px;
            }

            .rsi-sec-features {
                grid-template-columns: 1fr;
            }

            .rsi-sec-feature:last-child {
                grid-column: auto;
            }

            .rsi-sec-camera-card {
                height: 360px;
            }

            .rsi-sec-camera-image {
                object-position: 62% center;
            }

            .rsi-sec-camera-tags {
                display: none;
            }

            .rsi-sec-status-card {
   position: absolute;
        right: auto;
        bottom: auto;
        width: calc(70% - 20px);
        margin: 30px auto 0;
            }

            .rsi-sec-camera-top {
                top: 12px;
                right: 12px;
                left: 12px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .rsi-sec-hero *,
            .rsi-sec-hero *::before,
            .rsi-sec-hero *::after {
                animation-duration: 0.001ms !important;
                animation-iteration-count: 1 !important;
            }
        }
        /* Main section
        --------------------------------------------------------- */

        .rsi-cctv-services-section {
            position: relative;
            overflow: hidden;
            padding: 110px 0;
            background:#a02a1b;
            isolation: isolate;
        }


 

        .rsi-cctv-services-pattern {
            position: absolute;
            z-index: -1;
            inset: 0;
            opacity: 0.33;
            pointer-events: none;
            background-image:
                linear-gradient(
                    rgba(22, 24, 29, 0.025) 1px,
                    transparent 1px
                ),
                linear-gradient(
                    90deg,
                    rgba(22, 24, 29, 0.025) 1px,
                    transparent 1px
                );
            background-size: 58px 58px;
            mask-image:
                linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 0.9),
                    transparent 70%
                );
        }

        .rsi-cctv-services-container {
            width: min(1360px, calc(100% - 70px));
            margin: 0 auto;
        }

        /* Shared heading
        --------------------------------------------------------- */

        .rsi-cctv-services-eyebrow {
width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    font-weight: 600;
        }


        .rsi-cctv-services-heading {
            margin: 0;
            color: white;
            font-size: clamp(38px, 4.3vw, 65px);
            line-height: 1.04;
            letter-spacing: -2.8px;
            font-weight: 600;
        }

        .rsi-cctv-services-heading span {
            color: white;
        }

        .rsi-cctv-services-description {
            margin: 24px 0 0;
            color: white;
            font-size: 16px;
            line-height: 1.8;
        }

        /* Reveal animation base
        --------------------------------------------------------- */

        .rsi-cctv-services-reveal {
            opacity: 0;
            transform: translateY(35px);
            transition:
                opacity 0.8s ease,
                transform 0.8s ease;
        }

        .rsi-cctv-services-reveal.rsi-cctv-services-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Top services area
        --------------------------------------------------------- */

        .rsi-cctv-services-intro {
            display: grid;
            grid-template-columns:
                minmax(450px, 0.94fr)
                minmax(500px, 1.06fr);
            align-items: center;
            gap: 70px;
            margin-bottom: 6px;
        }

        .rsi-cctv-services-content {
            max-width: 650px;
        }

        .rsi-cctv-services-highlight {
            position: relative;
            margin: 30px 0 0;
            padding: 20px 22px 20px 25px;
            overflow: hidden;
            border: 1px solid var(--rsi-cctv-services-border);
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 15px 45px rgba(22, 27, 35, 0.06);
        }

        .rsi-cctv-services-highlight::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 4px;
            background: var(--rsi-cctv-services-red);
        }

        .rsi-cctv-services-highlight p {
            margin: 0;
            color: #4f555e;
            font-size: 14px;
            line-height: 1.75;
        }

        .rsi-cctv-services-highlight strong {
            color: var(--rsi-cctv-services-dark);
        }

        /* Location chips */

        .rsi-cctv-services-locations {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            margin-top: 25px;
        }

        .rsi-cctv-services-location {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 10px 13px;
            color: #484d55;
            border: 1px solid #e5e7eb;
            border-radius: 30px;
            background: #ffffff;
            font-size: 11px;
            font-weight: 700;
            transition:
                color 0.3s ease,
                border-color 0.3s ease,
                transform 0.3s ease,
                box-shadow 0.3s ease;
        }

        .rsi-cctv-services-location:hover {
            color: var(--rsi-cctv-services-red);
            border-color: rgba(227, 6, 19, 0.35);
            transform: translateY(-3px);
            box-shadow: 0 10px 24px rgba(227, 6, 19, 0.08);
        }

        .rsi-cctv-services-location svg {
            width: 13px;
            height: 13px;
            fill: var(--rsi-cctv-services-red);
        }

        /* Buttons */

        .rsi-cctv-services-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 12px;
            margin-top: 32px;
        }

        .rsi-cctv-services-primary-btn,
        .rsi-cctv-services-secondary-btn {
            min-height: 54px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 17px;
            padding: 0 23px;
            border-radius: 5px;
            text-transform: uppercase;
            letter-spacing: 0.7px;
            font-size: 11px;
            font-weight: 800;
            transition: all 0.3s ease;
            background-color: #121212;
        }

        .rsi-cctv-services-primary-btn {
            position: relative;
            overflow: hidden;
            color: #ffffff;
            background: var(--rsi-cctv-services-red);
            box-shadow: 0 15px 35px rgba(227, 6, 19, 0.22);
        }

        .rsi-cctv-services-primary-btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: -90%;
            width: 55%;
            height: 100%;
            background:
                linear-gradient(
                    90deg,
                    transparent,
                    rgba(255, 255, 255, 0.32),
                    transparent
                );
            transform: skewX(-25deg);
            transition: left 0.65s ease;
        }

        .rsi-cctv-services-primary-btn:hover::before {
            left: 140%;
        }

        .rsi-cctv-services-primary-btn:hover {
            color: #ffffff;
            background: #121212;
            transform: translateY(-3px);
            box-shadow: 0 20px 42px rgba(227, 6, 19, 0.3);
        }

        .rsi-cctv-services-secondary-btn {
            color: #24272d;
            background: #ffffff;
        }

        .rsi-cctv-services-secondary-btn:hover {
            color: var(--rsi-cctv-services-red);
            border-color: var(--rsi-cctv-services-red);
            transform: translateY(-3px);
        }

        .rsi-cctv-services-primary-btn svg,
        .rsi-cctv-services-secondary-btn svg {
            width: 17px;
            height: 17px;
            fill: currentColor;
        }

        /* Intro image
        --------------------------------------------------------- */

        .rsi-cctv-services-image-column {
            position: relative;
            min-height: 560px;
        }

        .rsi-cctv-services-main-image {
            position: absolute;
            top: 0;
            right: 0;
            width: calc(100% - 55px);
            height: 500px;
            overflow: hidden;
            border-radius: 10px 80px 10px 10px;
            background: #dfe2e6;
            box-shadow: 0 30px 75px rgba(25, 30, 38, 0.18);
        }

        .rsi-cctv-services-main-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center;
            transform: scale(1.06);
            transition: transform 1.1s ease;
        }

        .rsi-cctv-services-main-image:hover img {
            transform: scale(1.12);
        }

        .rsi-cctv-services-main-image::before {
            content: "";
            position: absolute;
            z-index: 3;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(
                    180deg,
                    transparent 45%,
                    rgba(12, 14, 18, 0.66) 100%
                );
        }

        .rsi-cctv-services-main-image::after {
            content: "";
            position: absolute;
            z-index: 4;
            top: -25%;
            left: 0;
            width: 100%;
            height: 90px;
            opacity: 0;
            background:
                linear-gradient(
                    180deg,
                    transparent,
                    rgba(227, 6, 19, 0.44),
                    transparent
                );
        }

        .rsi-cctv-services-main-image.rsi-cctv-services-scanning::after {
            opacity: 0.5;
            animation: rsiCctvServicesScan 3.2s linear infinite;
        }

        .rsi-cctv-services-image-tag {
            position: absolute;
            z-index: 7;
            right: 23px;
            bottom: 15px;
            left: 23px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 15px;
        }

        .rsi-cctv-services-image-tag-content {
            padding: 13px 15px;
            color: #ffffff;
            border-left: 3px solid var(--rsi-cctv-services-red);
            background: rgba(13, 15, 19, 0.68);
            backdrop-filter: blur(8px);
        }

        .rsi-cctv-services-image-tag-content strong,
        .rsi-cctv-services-image-tag-content span {
            display: block;
        }

        .rsi-cctv-services-image-tag-content strong {
    margin-bottom: -3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 11px;
        }

        .rsi-cctv-services-image-tag-content span {
            color: rgba(255, 255, 255, 0.72);
            font-size: 15px;
        }

        .rsi-cctv-services-live {
display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    color: #ffffff;
    border-radius: 4px;
    background: rgba(13, 15, 19, 0.68);
    backdrop-filter: blur(8px);
    /* text-transform: uppercase; */
    letter-spacing: 0.3px;
    font-size: 13px;
    font-weight: 500;
        }

        .rsi-cctv-services-live span {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--rsi-cctv-services-red);
            animation: rsiCctvServicesRecording 1s infinite;
        }

        /* Floating statistics */

        .rsi-cctv-services-stat-card {
            position: absolute;
            z-index: 8;
            bottom: 160px;
            left: 0;
            width: 215px;
            padding: 22px;
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 22px 60px rgba(25, 30, 38, 0.17);
            animation: rsiCctvServicesFloating 4s ease-in-out infinite;
        }

        .rsi-cctv-services-stat-icon {
            width: 44px;
            height: 44px;
            display: grid;
            place-items: center;
            margin-bottom: 14px;
            color: var(--rsi-cctv-services-red);
            border-radius: 50%;
            background: var(--rsi-cctv-services-red-soft);
        }

        .rsi-cctv-services-stat-icon svg {
            width: 21px;
            height: 21px;
            fill: currentColor;
        }

        .rsi-cctv-services-stat-number {
            color: var(--rsi-cctv-services-dark);
            font-size: 33px;
            line-height: 1;
            font-weight: 800;
        }

        .rsi-cctv-services-stat-card p {
            margin: 8px 0 0;
            color: #70757e;
            font-size: 13px;
            line-height: 1.5;
            text-transform: uppercase;
            letter-spacing: 0.7px;
            font-weight: 700;
        }

        /* Services cards
        --------------------------------------------------------- */

        .rsi-cctv-services-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 21px;
        }

        .rsi-cctv-services-card {
            position: relative;
            min-height: 197px;
            overflow: hidden;
            padding: 30px;
            border: 1px solid var(--rsi-cctv-services-border);
            border-radius: 8px;
            background: #ffffff;
            box-shadow: 0 15px 45px rgba(22, 27, 35, 0.055);
            transition:
                transform 0.35s ease,
                box-shadow 0.35s ease,
                border-color 0.35s ease;
        }


        .rsi-cctv-services-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 4px;
            background: var(--rsi-cctv-services-red);
            transition: width 0.45s ease;
        }

        .rsi-cctv-services-card:hover {
            transform: translateY(-8px);
            border-color: rgba(227, 6, 19, 0.25);
            box-shadow: 0 24px 55px rgba(25, 30, 38, 0.1);
        }

        .rsi-cctv-services-card:hover::before {
            width: 100px;
            height: 100px;
        }

        .rsi-cctv-services-card:hover::after {
            width: 100%;
        }

        .rsi-cctv-services-card-icon {
            position: relative;
            z-index: 2;
            width: 52px;
            height: 52px;
            display: grid;
            place-items: center;
            margin-bottom: 22px;
            color: var(--rsi-cctv-services-red);
            border-radius: 7px;
            background: var(--rsi-cctv-services-red-soft);
        }

        .rsi-cctv-services-card-icon svg {
            width: 25px;
            height: 25px;
            fill: currentColor;
        }

        .rsi-cctv-services-card h3 {
            position: relative;
            z-index: 2;
            margin: 0 0 13px;
            color: var(--rsi-cctv-services-dark);
            font-size: 26px;
            line-height: 1.25;
        }

        .rsi-cctv-services-card p {
            position: relative;
            z-index: 2;
            margin: 0;
            color: var(--rsi-cctv-services-text);
            font-size: 15px;
            line-height: 1.75;
        }

        .rsi-cctv-services-card-link {
            position: relative;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 20px;
            color: var(--rsi-cctv-services-red);
            text-transform: uppercase;
            letter-spacing: 0.6px;
            font-size: 10px;
            font-weight: 800;
        }

        .rsi-cctv-services-card-link svg {
            width: 14px;
            height: 14px;
            fill: currentColor;
            transition: transform 0.3s ease;
        }

        .rsi-cctv-services-card-link:hover svg {
            transform: translateX(4px);
        }

        /* AMC section
        --------------------------------------------------------- */

        .rsi-cctv-services-amc {
            position: relative;
            display: grid;
            grid-template-columns:
                minmax(450px, 0.92fr)
                minmax(520px, 1.08fr);
            gap: 70px;
            align-items: center;
            padding: 75px;
            overflow: hidden;
            border-radius: 14px;
            background: #ffffff;
            box-shadow: 0 30px 80px rgba(23, 28, 36, 0.09);
        }



        .rsi-cctv-services-amc-image-wrap {
            position: relative;
            min-height: 694px;
        }

        .rsi-cctv-services-amc-image {
position: absolute;
    inset: 0 -27px -39px 0;
    overflow: hidden;
    border-radius: 10px 70px 10px 10px;
    background: #dde1e5;
    box-shadow: 0 25px 60px rgba(21, 26, 34, 0.18);
        }

        .rsi-cctv-services-amc-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center;
            transform: scale(1.04);
            transition: transform 1s ease;
        }

        .rsi-cctv-services-amc-image:hover img {
            transform: scale(1.1);
        }

        .rsi-cctv-services-amc-image::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(
                    180deg,
                    transparent 58%,
                    rgba(12, 14, 18, 0.6)
                );
        }

        .rsi-cctv-services-amc-badge {
            position: absolute;
            z-index: 5;
            right: 0;
            bottom: 0;
            width: 220px;
            padding: 22px;
            color: #ffffff;
            border-radius: 8px;
            background: var(--rsi-cctv-services-red);
            box-shadow: 0 20px 50px rgba(227, 6, 19, 0.26);
        }

        .rsi-cctv-services-amc-badge svg {
            width: 29px;
            height: 29px;
            margin-bottom: 15px;
            fill: #ffffff;
        }

        .rsi-cctv-services-amc-badge strong,
        .rsi-cctv-services-amc-badge span {
            display: block;
        }

        .rsi-cctv-services-amc-badge strong {
            margin-bottom: 6px;
            font-size: 17px;
        }

        .rsi-cctv-services-amc-badge span {
            color: rgba(255, 255, 255, 0.78);
            font-size: 10px;
            line-height: 1.55;
        }

        /* AMC content */

        .rsi-cctv-services-amc-content {
            position: relative;
            z-index: 4;
        }

        .rsi-cctv-services-amc-heading {
            margin: 0;
            color: var(--rsi-cctv-services-dark);
            font-size: clamp(34px, 3.4vw, 52px);
            line-height: 1.08;
            letter-spacing: -2px;
        }

        .rsi-cctv-services-amc-heading span {
            display: block;
            color: var(--rsi-cctv-services-red);
        }

        .rsi-cctv-services-amc-intro {
            margin: 22px 0 27px;
            color: var(--rsi-cctv-services-text);
            font-size: 15px;
            line-height: 1.8;
        }

        /* Accordion */

        .rsi-cctv-services-accordion {
            display: flex;
            flex-direction: column;
            gap: 11px;
        }

        .rsi-cctv-services-accordion-item {
            overflow: hidden;
            border: 1px solid #e8eaee;
            border-radius: 7px;
            background: #ffffff;
            transition:
                border-color 0.3s ease,
                box-shadow 0.3s ease;
        }

        .rsi-cctv-services-accordion-item.rsi-cctv-services-active {
            border-color: rgba(227, 6, 19, 0.28);
            box-shadow: 0 12px 35px rgba(227, 6, 19, 0.07);
        }

        .rsi-cctv-services-accordion-head {
            width: 100%;
            min-height: 74px;
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 13px 16px;
            color: var(--rsi-cctv-services-dark);
            border: 0;
            outline: 0;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        .rsi-cctv-services-accordion-icon {
            width: 43px;
            height: 43px;
            flex: 0 0 43px;
            display: grid;
            place-items: center;
            color: var(--rsi-cctv-services-red);
            border-radius: 6px;
            background: var(--rsi-cctv-services-red-soft);
        }

        .rsi-cctv-services-accordion-icon svg {
            width: 21px;
            height: 21px;
            fill: currentColor;
        }

        .rsi-cctv-services-accordion-title {
            flex: 1;
        }

        .rsi-cctv-services-accordion-title strong,
        .rsi-cctv-services-accordion-title span {
            display: block;
        }

        .rsi-cctv-services-accordion-title strong {
     margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
        }

        .rsi-cctv-services-accordion-title span {
         color: #7b8089;
    font-size: 14px;
    line-height: 7px;
        }

        .rsi-cctv-services-accordion-arrow {
            width: 32px;
            height: 32px;
            flex: 0 0 32px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #f4f5f7;
            transition:
                transform 0.35s ease,
                color 0.35s ease,
                background 0.35s ease;
        }

        .rsi-cctv-services-accordion-arrow svg {
            width: 13px;
            height: 13px;
            fill: currentColor;
        }

        .rsi-cctv-services-accordion-item.rsi-cctv-services-active
        .rsi-cctv-services-accordion-arrow {
            color: #ffffff;
            background: var(--rsi-cctv-services-red);
            transform: rotate(180deg);
        }

        .rsi-cctv-services-accordion-body {
            display: none;
            padding: 0 20px 21px 73px;
        }

        .rsi-cctv-services-accordion-body p {
       margin: 0;
    color: var(--rsi-cctv-services-text);
    font-size: 17px;
    line-height: 1.75;
    margin-top: 21px;
        }

        .rsi-cctv-services-accordion-body ul {
            margin: 13px 0 0;
            padding: 0;
            list-style: none;
        }

        .rsi-cctv-services-accordion-body li {
            position: relative;
            margin-bottom: 9px;
            padding-left: 18px;
            color: #5f646d;
            font-size: 15px;
            line-height: 1.6;
        }

        .rsi-cctv-services-accordion-body li::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--rsi-cctv-services-red);
        }

        .rsi-cctv-services-amc-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 27px;
        }

        /* Support callout
        --------------------------------------------------------- */

        .rsi-cctv-services-support-bar {
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            gap: 30px;
            margin-top: 35px;
            padding: 25px 28px;
            border-radius: 8px;
            background:
                linear-gradient(
                    110deg,
                    #1a1c21,
                    #25282f
                );
        }

        .rsi-cctv-services-support-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .rsi-cctv-services-support-icon {
            width: 48px;
            height: 48px;
            flex: 0 0 48px;
            display: grid;
            place-items: center;
            color: #ffffff;
            border-radius: 50%;
            background: var(--rsi-cctv-services-red);
        }

        .rsi-cctv-services-support-icon svg {
            width: 22px;
            height: 22px;
            fill: currentColor;
        }

        .rsi-cctv-services-support-info strong,
        .rsi-cctv-services-support-info span {
            display: block;
        }

        .rsi-cctv-services-support-info strong {
            margin-bottom: 5px;
            color: #ffffff;
            font-size: 15px;
        }

        .rsi-cctv-services-support-info span {
            color: rgba(255, 255, 255, 0.6);
            font-size: 10px;
            line-height: 1.5;
        }

        .rsi-cctv-services-support-contact {
            min-height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            padding: 0 17px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.7px;
            font-size: 9px;
            font-weight: 800;
            transition: all 0.3s ease;
        }

        .rsi-cctv-services-support-contact:hover {
            color: #ffffff;
            border-color: var(--rsi-cctv-services-red);
            background: var(--rsi-cctv-services-red);
        }

        .rsi-cctv-services-support-contact svg {
            width: 14px;
            height: 14px;
            fill: currentColor;
        }

        /* Animations
        --------------------------------------------------------- */

        @keyframes rsiCctvServicesScan {
            from {
                top: -25%;
            }

            to {
                top: 115%;
            }
        }

        @keyframes rsiCctvServicesRecording {
            0%,
            45% {
                opacity: 1;
            }

            46%,
            100% {
                opacity: 0.25;
            }
        }

        @keyframes rsiCctvServicesFloating {
            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-9px);
            }
        }

        /* Responsive
        --------------------------------------------------------- */

        @media screen and (max-width: 1199px) {
            .rsi-cctv-services-container {
                width: calc(100% - 50px);
            }

            .rsi-cctv-services-intro,
            .rsi-cctv-services-amc {
                gap: 45px;
            }

            .rsi-cctv-services-intro {
                grid-template-columns: 0.95fr 1.05fr;
            }

            .rsi-cctv-services-amc {
                padding: 55px;
                grid-template-columns: 0.9fr 1.1fr;
            }

            .rsi-cctv-services-main-image {
                width: calc(100% - 35px);
            }
        }

        @media screen and (max-width: 991px) {
            .rsi-cctv-services-section {
                padding: 85px 0;
                background:
                    linear-gradient(
                        180deg,
                        #ffffff,
                        #f7f8fa
                    );
            }

            .rsi-cctv-services-container {
                width: calc(100% - 40px);
            }

            .rsi-cctv-services-intro {
                grid-template-columns: 1fr;
                gap: 45px;
            }

            .rsi-cctv-services-content {
                max-width: 760px;
                max-width: 760px;
        background-color: #a02a1b;
        padding: 22px;
            }

            .rsi-cctv-services-image-column {
                min-height: 570px;
            }

            .rsi-cctv-services-main-image {
                right: auto;
                left: 35px;
                width: calc(100% - 35px);
            }

            .rsi-cctv-services-cards {
                grid-template-columns: repeat(2, 1fr);
            }

            .rsi-cctv-services-card:last-child {
                grid-column: 1 / -1;
            }

            .rsi-cctv-services-amc {
                grid-template-columns: 1fr;
                padding: 48px;
            }

            .rsi-cctv-services-amc-image-wrap {
                min-height: 570px;
            }
        }

        @media screen and (max-width: 767px) {
            .rsi-cctv-services-section {
                padding: 70px 0;
            }

            .rsi-cctv-services-container {
                width: calc(100% - 30px);
            }

            .rsi-cctv-services-heading {
                font-size: clamp(35px, 10vw, 48px);
                letter-spacing: -2px;
            }

            .rsi-cctv-services-description {
                font-size: 15px;
            }

            .rsi-cctv-services-actions {
                align-items: stretch;
                flex-direction: column;
            }

            .rsi-cctv-services-primary-btn,
            .rsi-cctv-services-secondary-btn {
                width: 100%;
            }

            .rsi-cctv-services-image-column {
                min-height: 500px;
            }

            .rsi-cctv-services-main-image {
                left: 0;
                width: 100%;
                height: 440px;
                border-radius: 8px 50px 8px 8px;
            }

            .rsi-cctv-services-stat-card {
                width: 190px;
                padding: 18px;
            }

            .rsi-cctv-services-cards {
                grid-template-columns: 1fr;
                margin-bottom: 75px;
            }

            .rsi-cctv-services-card:last-child {
                grid-column: auto;
            }

            .rsi-cctv-services-amc {
                padding: 30px 22px;
            }

            .rsi-cctv-services-amc-image-wrap {
                min-height: 500px;
            }

            .rsi-cctv-services-amc-image {
                inset: 0 0 70px;
            }

            .rsi-cctv-services-amc-badge {
                width: 210px;
            }

            .rsi-cctv-services-accordion-body {
                padding-left: 20px;
            }

            .rsi-cctv-services-support-bar {
                grid-template-columns: 1fr;
            }

            .rsi-cctv-services-support-contact {
                width: 100%;
            }
        }

        @media screen and (max-width: 479px) {
            .rsi-cctv-services-locations {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

            .rsi-cctv-services-location {
                justify-content: center;
            }

            .rsi-cctv-services-image-column {
                min-height: 445px;
            }

            .rsi-cctv-services-main-image {
                height: 390px;
            }

            .rsi-cctv-services-image-tag {
                right: 13px;
                bottom: 14px;
                left: 13px;
            }

            .rsi-cctv-services-live {
                display: none;
            }

            .rsi-cctv-services-stat-card {
                width: 170px;
                padding: 16px;
            }

            .rsi-cctv-services-stat-number {
                font-size: 27px;
            }

            .rsi-cctv-services-amc-image-wrap {
                min-height: 440px;
            }

            .rsi-cctv-services-amc-badge {
                width: calc(100% - 25px);
            }

            .rsi-cctv-services-accordion-title span {
                display: none;
            }

            .rsi-cctv-services-support-info {
                align-items: flex-start;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .rsi-cctv-services-section *,
            .rsi-cctv-services-section *::before,
            .rsi-cctv-services-section *::after {
                animation-duration: 0.001ms !important;
                animation-iteration-count: 1 !important;
                scroll-behavior: auto !important;
            }
        }


.rsi-road-section{
    position:relative;
    overflow:hidden;
    padding:105px 0;
    background:#f7f7f7;
    isolation:isolate;
}












.rsi-road-grid{
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.24;
    background-image:
        linear-gradient(rgba(25,29,35,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(25,29,35,.035) 1px,transparent 1px);
    background-size:56px 56px;
    mask-image:linear-gradient(180deg,#000,transparent 78%);
}

.rsi-road-container{
    width:min(1440px,calc(100% - 70px));
    margin:auto;
}

.rsi-road-head{
    max-width:800px;
    margin:0 auto 70px;
    text-align:center;
}

.rsi-road-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:17px;
    color:rgb(31, 31, 31);
    text-transform:uppercase;
    letter-spacing:1.2px;
    font-size:12px;
    font-weight:400;
}

.rsi-road-eyebrow:before,
.rsi-road-eyebrow:after{
    content:"";
    width:30px;
    height:3px;
    background:var(--rsi-road-red);
}

.rsi-road-title{
    margin:0;
    font-size:clamp(42px,4.8vw,55px);
    line-height:1;
    letter-spacing:-0px;
    font-weight:650;
}

.rsi-road-title span{
    color:var(--rsi-road-red);
}

.rsi-road-intro{
    max-width:720px;
    margin:22px auto 0;
    color:var(--rsi-road-text);
    font-size:15px;
    line-height:1.8;
}

/* Roadmap */
.rsi-road-wrap{position:relative}

.rsi-road-line{
    position:absolute;
    top:57px;
    left:8%;
    width:84%;
    height:5px;
    overflow:hidden;
    border-radius:20px;
    background:#dde1e6;
}

.rsi-road-line-fill{
    width:0;
    height:100%;
    background:linear-gradient(90deg,white,#f7f7f7);
    box-shadow:0 0 22px rgba(227,6,19,.32);
    transition:width 4.5s linear;
}

.rsi-road-gridsteps{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.rsi-road-step{
    position:relative;
    opacity:0;
    transform:translateY(40px) scale(.95);
    pointer-events:none;
    transition:
        opacity .65s ease,
        transform .65s ease;
}

.rsi-road-step.is-shown{
    opacity:1;
    transform:none;
    pointer-events:auto;
}

.rsi-road-step.is-active .rsi-road-node{
    transform:translateY(-7px) scale(1.03);
    border-color:var(--rsi-road-red);
    box-shadow:0 22px 45px rgba(227,6,19,.17);
}

.rsi-road-step.is-active .rsi-road-icon{
    color:#fff;
    background:#3b3b3b;
}

.rsi-road-node{
    position:relative;
    width:116px;
    height:116px;
    margin:0 auto 24px;
    display:grid;
    place-items:center;
    border:1px solid var(--rsi-road-line);
    border-radius:50%;
    background:#fff;
    box-shadow:0 14px 35px rgba(23,28,36,.08);
    transition:.35s ease;
}

.rsi-road-node:before{
    content:"";
    position:absolute;
    inset:9px;
    border:1px dashed rgba(227,6,19,.28);
    border-radius:50%;
    animation:rsiRoadSpin 9s linear infinite;
}

.rsi-road-icon{
    position:relative;
    z-index:2;
    width:66px;
    height:66px;
    display:grid;
    place-items:center;
    color:var(--rsi-road-red);
    border-radius:50%;
    background:#fff0f1;
    transition:.35s ease;
}

.rsi-road-icon svg{
    width:29px;
    height:29px;
    fill:currentColor;
}

.rsi-road-num{
position: absolute;
    top: -8px;
    right: -3px;
    min-width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #444444;
    box-shadow: 0 8px 20px rgba(227, 6, 19, .25);
    font-size: 11px;
    font-weight: 500;
}

.rsi-road-card{
    overflow:hidden;
    min-height:390px;
    border:1px solid var(--rsi-road-line);
    border-radius:10px;
    background:#fff;
    box-shadow:0 16px 42px rgba(23,28,36,.06);
    transition:.35s ease;
}

.rsi-road-step.is-active .rsi-road-card{
    transform:translateY(-7px);
    border-color:rgba(227,6,19,.34);
    box-shadow:0 26px 58px rgba(23,28,36,.12);
}

.rsi-road-image{
    position:relative;
    height:145px;
    overflow:hidden;
    background:#ddd;
}

.rsi-road-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transform:scale(1.05);
    transition:transform .8s ease;
}

.rsi-road-step:hover .rsi-road-image img,
.rsi-road-step.is-active .rsi-road-image img{
    transform:scale(1.12);
}

.rsi-road-image:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 40%,rgba(10,12,15,.55));
}

.rsi-road-rec{
    position:absolute;
    z-index:2;
    top:12px;
    left:12px;
    display:flex;
    align-items:center;
    gap:6px;
    padding:6px 8px;
    color:#fff;
    border-radius:4px;
    background:rgba(10,12,15,.68);
    font-size:8px;
    font-weight:800;
}

.rsi-road-rec span{
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--rsi-road-red);
    animation:rsiRoadBlink 1s infinite;
}

.rsi-road-card-body{
    position:relative;
    min-height:235px;
    padding:22px 20px 58px;
}

.rsi-road-label{
display: block;
    margin-bottom: 7px;
    color: var(--rsi-road-red);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 550;
}

.rsi-road-card h3{
    margin:0 0 12px;
    font-size:20px;
    line-height:1.25;
}

.rsi-road-card p{
    margin:0;
    color:var(--rsi-road-text);
    font-size:15px;
    line-height:1.55;
}

.rsi-road-status{
    position:absolute;
    left:20px;
    right:20px;
    bottom:17px;
    display:flex;
    align-items:center;
    gap:7px;
    padding-top:13px;
    color:#747a83;
    border-top:1px solid #eceef1;
    text-transform:uppercase;
    letter-spacing:.6px;
    font-size:8px;
    font-weight:800;
}

.rsi-road-status span{
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--rsi-road-red);
    box-shadow:0 0 0 0 rgba(227,6,19,.55);
    animation:rsiRoadPulse 1.8s infinite;
}

/* Dedicated image below each step */
.rsi-road-bottom-image{
    position:relative;
    height:125px;
    overflow:hidden;
    margin-top:14px;
    border-radius:8px;
    border:1px solid var(--rsi-road-line);
    background:#ddd;
    box-shadow:0 12px 30px rgba(23,28,36,.06);
    opacity:0;
    transform:translateY(18px);
    transition:opacity .55s ease .2s,transform .55s ease .2s;
}

.rsi-road-step.is-shown .rsi-road-bottom-image{
    opacity:1;
    transform:none;
}

.rsi-road-bottom-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .8s ease;
}

.rsi-road-step:hover .rsi-road-bottom-image img{
    transform:scale(1.08);
}

.rsi-road-bottom-image:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent,rgba(12,14,18,.45));
}

.rsi-road-bottom-caption{
    position:absolute;
    z-index:2;
    left:12px;
    bottom:10px;
    color:#fff;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.6px;
}

.rsi-road-arrow{
    position:absolute;
    z-index:6;
    top:44px;
    right:-48px;
    width:78px;
    opacity:0;
    transition:opacity .4s ease;
}

.rsi-road-step.is-shown .rsi-road-arrow{
    opacity:1;
}

.rsi-road-step:last-child .rsi-road-arrow{
    display:none;
}

.rsi-road-arrow svg{
    width:100%;
    overflow:visible;
}

.rsi-road-arrow path{
    fill:none;
    stroke:var(--rsi-road-red);
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray:7 6;
    animation:rsiRoadDash 1.4s linear infinite;
}

/* CTA */
.rsi-road-cta{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:22px;
    margin-top:45px;
    padding:28px 30px;
    border-radius:10px;
    background:linear-gradient(110deg,#181a1f,#292c33);
    box-shadow:0 22px 55px rgba(21,25,32,.17);
    opacity:0;
    transform:translateY(25px);
    transition:.7s ease;
}

.rsi-road-cta.is-visible{
    opacity:1;
    transform:none;
}

.rsi-road-cta-icon{
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    color:#fff;
    border-radius:50%;
    background:var(--rsi-road-red);
}

.rsi-road-cta-icon svg{
    width:28px;
    height:28px;
    fill:currentColor;
}

.rsi-road-cta-copy strong,
.rsi-road-cta-copy span{
    display:block;
}

.rsi-road-cta-copy strong{
    margin-bottom:5px;
    color:#fff;
    font-size:17px;
}

.rsi-road-cta-copy span{
    color:rgba(255,255,255,.62);
    font-size:11px;
    line-height:1.6;
}

.rsi-road-buttons{
    display:flex;
    gap:10px;
}

.rsi-road-btn{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:0 18px;
    border-radius:5px;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.6px;
    transition:.3s ease;
    text-decoration:none;
}

.rsi-road-btn-primary{
    color:#fff;
    background:var(--rsi-road-red);
}

.rsi-road-btn-primary:hover{
    color:#fff;
    background:#f20a18;
    transform:translateY(-3px);
}

.rsi-road-btn-outline{
    color:#fff;
    border:1px solid rgba(255,255,255,.28);
}

.rsi-road-btn-outline:hover{
    color:var(--rsi-road-red);
    background:#fff;
    transform:translateY(-3px);
}

.rsi-road-btn svg{
    width:15px;
    height:15px;
    fill:currentColor;
}

@keyframes rsiRoadSpin{
    from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}

@keyframes rsiRoadBlink{
    0%,45%{opacity:1}
    46%,100%{opacity:.25}
}

@keyframes rsiRoadPulse{
    0%{box-shadow:0 0 0 0 rgba(227,6,19,.55)}
    70%{box-shadow:0 0 0 8px rgba(227,6,19,0)}
    100%{box-shadow:0 0 0 0 rgba(227,6,19,0)}
}

@keyframes rsiRoadDash{
    from{stroke-dashoffset:0}
    to{stroke-dashoffset:-26}
}

@media(max-width:1199px){
    .rsi-road-container{width:calc(100% - 50px)}
    .rsi-road-gridsteps{gap:12px}
    .rsi-road-node{width:98px;height:98px}
    .rsi-road-icon{width:56px;height:56px}
    .rsi-road-card h3{font-size:17px}
    .rsi-road-arrow{right:-39px;width:62px}
}

@media(max-width:991px){
    .rsi-road-section{
        padding:85px 0;
        background:linear-gradient(180deg,#fff,#f6f7f9);
    }

    .rsi-road-container{width:calc(100% - 40px)}

    .rsi-road-gridsteps{
        grid-template-columns:1fr;
        gap:30px;
        max-width:820px;
        margin:auto;
    }

    .rsi-road-line{
        top:50px;
        bottom:50px;
        left:51px;
        width:5px;
        height:auto;
    }

    .rsi-road-line-fill{
        width:100%;
        height:0;
        transition:height 4.5s linear;
    }

    .rsi-road-step{
        display:grid;
        grid-template-columns:108px 1fr;
        gap:20px;
        align-items:start;
    }

    .rsi-road-node{
        width:96px;
        height:96px;
        margin:0;
    }

    .rsi-road-card{
        min-height:0;
        display:grid;
        grid-template-columns:220px 1fr;
    }

    .rsi-road-image{
        height:100%;
    }

    .rsi-road-card-body{
        min-height:209px;
    }

    .rsi-road-bottom-image{
        grid-column:2;
        height:170px;
        margin-top:12px;
    }

    .rsi-road-arrow{display:none}

    .rsi-road-cta{
        grid-template-columns:auto 1fr;
    }

    .rsi-road-buttons{
        grid-column:1/-1;
        justify-content:flex-end;
    }
}

@media(max-width:700px){
    .rsi-road-section{padding:70px 0}
    .rsi-road-container{width:calc(100% - 30px)}
    .rsi-road-title{font-size:clamp(38px,11vw,50px);letter-spacing:-2.2px}

    .rsi-road-step{
        grid-template-columns:78px 1fr;
        gap:13px;
    }

    .rsi-road-node{
        width:70px;
        height:70px;
    }

    .rsi-road-icon{
        width:44px;
        height:44px;
    }

    .rsi-road-icon svg{
        width:21px;
        height:21px;
    }

    .rsi-road-line{left:33px}

    .rsi-road-card{
        display:block;
        height: 348px;
    }

    .rsi-road-image{height:170px}
    .rsi-road-card-body{min-height:245px}
    .rsi-road-bottom-image{grid-column:auto;height:140px}

    .rsi-road-cta{
        grid-template-columns:1fr;
        text-align:center;
    }

    .rsi-road-cta-icon{margin:auto}
    .rsi-road-buttons{grid-column:auto;flex-direction:column}
    .rsi-road-btn{width:100%}
}

@media(max-width:470px){
    .rsi-road-step{
        grid-template-columns:62px 1fr;
        gap:9px;
    }

    .rsi-road-node{
        width:58px;
        height:58px;
    }

    .rsi-road-icon{
        width:37px;
        height:37px;
    }

    .rsi-road-line{left:27px}
    .rsi-road-card h3{font-size:17px}
}

@media(prefers-reduced-motion:reduce){
    .rsi-road-section *,
    .rsi-road-section *:before,
    .rsi-road-section *:after{
        animation-duration:.001ms!important;
        animation-iteration-count:1!important;
    }
}

:root{
    --rsi-red:#a02a1b;
    --rsi-red-dark:#ab0009;
    --rsi-ink:#1c2027;
    --rsi-text:#626974;
    --rsi-soft:#f5f6f8;
    --rsi-line:#e5e8ec;
    --rsi-white:#ffffff;
}


.rsi-tech-section{
    position:relative;
    overflow:hidden;
    padding:105px 0;
    background:#a02a1b;
    isolation:isolate;
}

.rsi-tech-section:before{
    content:"";
    position:absolute;
    z-index:-2;
    top:-240px;
    right:-220px;
    width:650px;
    height:650px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(227,6,19,.11),transparent 68%);
}

.rsi-tech-grid{
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.24;
    background-image:
        linear-gradient(rgba(24,28,34,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(24,28,34,.035) 1px,transparent 1px);
    background-size:56px 56px;
    mask-image:linear-gradient(180deg,#000,transparent 76%);
}

.rsi-tech-container{
    width:min(1420px,calc(100% - 70px));
    margin:auto;
}

.rsi-tech-head{
    max-width:760px;
    margin:0 0 58px;
    text-align:left;
}

.rsi-tech-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:17px;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1.8px;
    font-size:12px;
    font-weight:400;
}

.rsi-tech-kicker:before{
    content:"";
    width:30px;
    height:3px;
    background:white;
}

.rsi-tech-title{
    margin:0;
    font-size:clamp(42px,4.8vw,55px);
    line-height:1;
    letter-spacing:0px;
    font-weight:650;
    color: white;
}

.rsi-tech-title span{
    display:block;
    color:white;
}

.rsi-tech-intro{
    max-width:700px;
    margin:20px 0 0;
    color:white;
    font-size:15px;
    line-height:1.8;
}

/* navigation */
.rsi-tech-nav{
    display:flex;
    gap:10px;
    margin-bottom:28px;
    overflow-x:auto;
    padding-bottom:6px;
    scrollbar-width:none;
}

.rsi-tech-nav::-webkit-scrollbar{display:none}

.rsi-tech-nav-btn{
flex: 0 0 auto;
    min-height: 56px;
    padding: 0 17px;
    border: 1px solid var(--rsi-line);
    border-radius: 30px;
    background: #fff;
    color: #50565f;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    cursor: pointer;
    transition: color .35s ease, background .35s ease, border-color .35s ease, transform .35s ease, box-shadow .35s ease;
}

.rsi-tech-nav-btn:hover,
.rsi-tech-nav-btn.active{
color: #fff;
    border-color: #363636;
    background: #363636;
    box-shadow: 0 12px 28px rgba(227, 6, 19, .2);
    transform: translateY(-2px);
}

/* carousel */
.rsi-tech-carousel{
    position:relative;
    overflow:hidden;
    padding:26px 0 34px;
    touch-action:pan-y;
}

.rsi-tech-track{
    display:flex;
    align-items:center;
    gap:28px;
    will-change:transform;
    transform:translate3d(0,0,0);
    transition:transform 950ms cubic-bezier(.22,1,.36,1);
}

.rsi-tech-track.no-transition{
    transition:none!important;
}

.rsi-tech-card{
    flex:0 0 900px;
    display:grid;
    grid-template-columns:340px 1fr;
    min-height:520px;
    overflow:hidden;
    border:1px solid var(--rsi-line);
    border-radius:16px;
    background:#fff;
    box-shadow:0 24px 62px rgba(21,26,33,.08);
    opacity:.36;
    filter:blur(1.6px);
    transform:scale(.84);
    cursor:pointer;
    transition:
        opacity 700ms cubic-bezier(.22,1,.36,1),
        transform 700ms cubic-bezier(.22,1,.36,1),
        filter 700ms cubic-bezier(.22,1,.36,1),
        box-shadow 700ms cubic-bezier(.22,1,.36,1),
        border-color 700ms cubic-bezier(.22,1,.36,1);
}

.rsi-tech-card.is-active{
    opacity:1;
    filter:blur(0);
    transform:scale(1);
    cursor:default;
    border-color:rgba(227,6,19,.24);
    box-shadow:0 34px 82px rgba(21,26,33,.17);
}

.rsi-tech-card.is-near{
    opacity:.68;
    filter:blur(.45px);
    transform:scale(.91);
}

.rsi-tech-image{
    position:relative;
    min-height:520px;
    overflow:hidden;
    background:#dfe2e6;
}

.rsi-tech-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transform:scale(1.05);
    transition:transform 1.1s cubic-bezier(.22,1,.36,1);
}

.rsi-tech-card.is-active .rsi-tech-image img{
    transform:scale(1.1);
}

.rsi-tech-image:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,transparent 45%,rgba(11,13,16,.68)),
        linear-gradient(90deg,rgba(227,6,19,.06),transparent 50%);
}

.rsi-tech-image-ui{
    position:absolute;
    z-index:3;
    inset:22px;
    pointer-events:none;
}

.rsi-tech-corner{
    position:absolute;
    width:44px;
    height:44px;
}

.rsi-tech-c1{top:0;left:0;border-top:2px solid #fff;border-left:2px solid #fff}
.rsi-tech-c2{top:0;right:0;border-top:2px solid #fff;border-right:2px solid #fff}
.rsi-tech-c3{bottom:0;left:0;border-bottom:2px solid #fff;border-left:2px solid #fff}
.rsi-tech-c4{right:0;bottom:0;border-right:2px solid #fff;border-bottom:2px solid #fff}

.rsi-tech-rec{
    position:absolute;
    z-index:4;
    top:20px;
    left:20px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:8px 10px;
    color:#fff;
    border-radius:4px;
    background:rgba(9,11,14,.68);
    font-size:9px;
    font-weight:800;
}

.rsi-tech-rec span{
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--rsi-red);
    animation:rsiBlink 1s infinite;
}

.rsi-tech-scan{
    position:absolute;
    z-index:3;
    top:-25%;
    left:0;
    width:100%;
    height:90px;
    opacity:.5;
    background:linear-gradient(180deg,transparent,rgba(227,6,19,.48),transparent);
    animation:rsiScan 3.4s linear infinite;
}

.rsi-tech-caption{
    position:absolute;
    z-index:4;
    left:22px;
    right:22px;
    bottom:22px;
    padding:15px 17px;
    color:#fff;
    border-left:4px solid var(--rsi-red);
    background:rgba(10,12,15,.7);
    backdrop-filter:blur(8px);
}

.rsi-tech-caption strong,
.rsi-tech-caption span{
    display:block;
}

.rsi-tech-caption strong{
    font-size:12px;
    text-transform:uppercase;
}

.rsi-tech-caption span{
    margin-top:5px;
    color:rgba(255,255,255,.7);
    font-size:9px;
}

.rsi-tech-content{
    position:relative;
    padding:42px;
}

.rsi-tech-index{
    position:absolute;
    top:22px;
    right:30px;
    color:rgba(227,6,19,.07);
    font-size:82px;
    line-height:1;
    font-weight:900;
}

.rsi-tech-category{
position: relative;
    z-index: 2;
    margin: 0 0 3px;
    color: var(--rsi-red);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 650;
}

.rsi-tech-content h2{
    position:relative;
    z-index:2;
    margin:0 0 22px;
    max-width:620px;
    font-size:clamp(28px,2.5vw,40px);
    line-height:1.08;
    letter-spacing:0px;
}

.rsi-tech-list{
    display:grid;
    gap:12px;
}

.rsi-tech-item{
    position:relative;
    overflow:hidden;
    padding:16px 16px 16px 54px;
    border:1px solid var(--rsi-line);
    border-radius:8px;
    background:#fff;
    box-shadow:0 10px 28px rgba(22,27,34,.045);
    opacity:0;
    transform:translateX(34px);
    transition:
        opacity .6s cubic-bezier(.22,1,.36,1),
        transform .6s cubic-bezier(.22,1,.36,1),
        border-color .3s ease,
        box-shadow .3s ease;
}

.rsi-tech-card.is-active .rsi-tech-item{
    opacity:1;
    transform:none;
}

.rsi-tech-card.is-active .rsi-tech-item:nth-child(1){transition-delay:.18s}
.rsi-tech-card.is-active .rsi-tech-item:nth-child(2){transition-delay:.32s}
.rsi-tech-card.is-active .rsi-tech-item:nth-child(3){transition-delay:.46s}
.rsi-tech-card.is-active .rsi-tech-item:nth-child(4){transition-delay:.60s}

.rsi-tech-item:hover{
    border-color:rgba(227,6,19,.3);
    box-shadow:0 16px 36px rgba(227,6,19,.08);
}

.rsi-tech-item-icon{
    position: absolute;
    top: 16px;
    left: 16px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: var(--rsi-red);
    font-size: 11px;
    font-weight: 650;
}

.rsi-tech-item h3{
    margin:0 0 7px;
    font-size:20px;
    line-height:1.3;
}

.rsi-tech-item p{
    margin:0;
    color:var(--rsi-text);
    font-size:14px;
    line-height:1.7;
}

/* controls */
.rsi-tech-controls{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:10px;
}

.rsi-tech-progress{
    flex:1;
    height:5px;
    overflow:hidden;
    border-radius:20px;
    background:#dde1e6;
}

.rsi-tech-progress-fill{
    width:25%;
    height:100%;
    border-radius:20px;
    background:linear-gradient(90deg,var(--rsi-red),#ff4a55);
    transition:width .7s cubic-bezier(.22,1,.36,1);
}

.rsi-tech-arrows{
    display:flex;
    gap:9px;
}

.rsi-tech-arrow{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border:1px solid var(--rsi-line);
    border-radius:50%;
    background:#fff;
    color:var(--rsi-ink);
    cursor:pointer;
    transition:.3s ease;
}

.rsi-tech-arrow:hover{
    color:#fff;
    border-color: #606060;
    background: #2e2e2e;
    transform:translateY(-3px);
}

.rsi-tech-arrow svg{
    width:17px;
    height:17px;
    fill:currentColor;
}

@keyframes rsiBlink{
    0%,45%{opacity:1}
    46%,100%{opacity:.25}
}

@keyframes rsiScan{
    from{top:-25%}
    to{top:115%}
}

@media(max-width:1150px){
    .rsi-tech-container{width:calc(100% - 50px)}
    .rsi-tech-card{
        flex-basis:82vw;
        grid-template-columns:320px 1fr;
    }
    .rsi-tech-content{padding:38px 32px}
}

@media(max-width:900px){
    .rsi-tech-section{padding:82px 0}
    .rsi-tech-container{width:calc(100% - 40px)}
    .rsi-tech-card{
        flex-basis:86vw;
        grid-template-columns:1fr;
    }
    .rsi-tech-image{min-height:360px}
    .rsi-tech-content{padding:34px 28px}
}

@media(max-width:680px){
    .rsi-tech-section{padding:68px 0}
    .rsi-tech-container{width:calc(100% - 30px)}
    .rsi-tech-title{font-size:clamp(38px,11vw,50px);letter-spacing:-2.2px}
    .rsi-tech-card{flex-basis:88vw}
    .rsi-tech-image{min-height:285px}
    .rsi-tech-content{padding:28px 20px}
    .rsi-tech-index{font-size:60px;right:18px}
    .rsi-tech-controls{flex-direction:column;align-items:stretch}
    .rsi-tech-arrows{justify-content:flex-end}
}

@media(prefers-reduced-motion:reduce){
    .rsi-tech-section *,
    .rsi-tech-section *:before,
    .rsi-tech-section *:after{
        animation-duration:.001ms!important;
        animation-iteration-count:1!important;
        transition-duration:.001ms!important;
    }
}


 /* ==========================================================
           SURVEILLANCE CAMERA CATALOG
           Unique prefix: rsi-three-cam
        ========================================================== */

        :root {
            --rsi-three-red: #a02a1b;
            --rsi-three-dark: #111318;
            --rsi-three-text: #4f545d;
            --rsi-three-border: #e6e8ec;
            --rsi-three-light: #f5f6f8;
            --rsi-three-white: #ffffff;
        }


        .rsi-three-cam-section {
            position: relative;
            padding: 90px 20px;
            overflow: hidden;
            background:#e9e9e9;
                 }



        .rsi-three-cam-container {
            position: relative;
            z-index: 2;
            width: min(1320px, 100%);
            margin: 0 auto;
        }

        /* Header */

        .rsi-three-cam-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 35px;
            margin-bottom: 45px;
        }

        .rsi-three-cam-heading {
position: relative;
    margin: 0;
    padding-left: 23px;
    color: #454545;
    font-size: clamp(36px, 5vw, 55px);
    line-height: 1.08;
    letter-spacing: 0px;
        }


        .rsi-three-cam-heading  span{

    color: #a02a1b;

        }



        .rsi-three-cam-heading::before {
            content: "";
            position: absolute;
            top: 7px;
            bottom: 7px;
            left: 0;
            width: 7px;
            border-radius: 20px;
            background: var(--rsi-three-red);
        }

        .rsi-three-cam-header-line {
            width: min(430px, 36%);
            height: 1px;
            background: linear-gradient(
                90deg,
                var(--rsi-three-border),
                transparent
            );
        }

        /* Three cards in one row */

        .rsi-three-cam-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
        }

        .rsi-three-cam-card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            overflow: hidden;
            border: 1px solid var(--rsi-three-border);
            border-radius: 22px;
            background: var(--rsi-three-white);
            box-shadow: 0 15px 40px rgba(17, 19, 24, 0.07);
            opacity: 0;
            transform: translateY(42px);
            transition:
                opacity 0.7s ease,
                transform 0.7s ease,
                border-color 0.35s ease,
                box-shadow 0.35s ease;
        }

        .rsi-three-cam-card.rsi-three-cam-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .rsi-three-cam-card:hover {
            border-color: rgba(227, 30, 36, 0.48);
            box-shadow: 0 28px 60px rgba(17, 19, 24, 0.15);
            transform: translateY(-7px);
        }

        /* Image */

        .rsi-three-cam-image-box {
            position: relative;
            height: 245px;
            overflow: hidden;
            background: #eceef1;
        }

        .rsi-three-cam-image-box::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                180deg,
                transparent 50%,
                rgba(0, 0, 0, 0.22) 100%
            );
            pointer-events: none;
        }

        .rsi-three-cam-image {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
        }

        .rsi-three-cam-card:hover .rsi-three-cam-image {
            transform: scale(1.09);
        }

        .rsi-three-cam-number {
            position: absolute;
            top: 16px;
            left: 16px;
            z-index: 3;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 43px;
            height: 43px;
            border: 1px solid rgba(255, 255, 255, 0.52);
            border-radius: 12px;
            color: #ffffff;
            background: rgba(17, 19, 24, 0.78);
            font-size: 12px;
            font-weight: 800;
            backdrop-filter: blur(10px);
        }

        /* Content */

        .rsi-three-cam-content {
            position: relative;
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 28px 27px 32px;
        }

        .rsi-three-cam-content::before {
            content: "";
            display: block;
            width: 42px;
            height: 4px;
            margin-bottom: 18px;
            border-radius: 10px;
            background: var(--rsi-three-red);
            transition: width 0.35s ease;
        }

        .rsi-three-cam-card:hover .rsi-three-cam-content::before {
            width: 75px;
        }

        .rsi-three-cam-title {
            margin: 0 0 14px;
            color: var(--rsi-three-dark);
            font-size: 24px;
            line-height: 1.25;
            letter-spacing: -0.5px;
            transition: color 0.3s ease;
        }

        .rsi-three-cam-card:hover .rsi-three-cam-title {
            color: var(--rsi-three-red);
        }

        .rsi-three-cam-description {
            margin: 0;
            color: var(--rsi-three-text);
            font-size: 14px;
            line-height: 1.75;
        }

        /* CTA */

        .rsi-three-cam-cta-area {
            display: flex;
            justify-content: center;
            margin-top: 50px;
        }

        .rsi-three-cam-cta {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            min-width: 220px;
            padding: 18px 33px;
            overflow: hidden;
            border: 2px solid var(--rsi-three-red);
            border-radius: 13px;
            color: #ffffff;
            background: var(--rsi-three-red);
            font-size: 14px;
            font-weight: 800;
            text-decoration: none;
            box-shadow: 0 15px 35px rgba(227, 30, 36, 0.27);
            transition:
                color 0.35s ease,
                transform 0.35s ease,
                box-shadow 0.35s ease;
        }

        .rsi-three-cam-cta::before {
            content: "";
            position: absolute;
            inset: 0;
            background: #ffffff;
            transform: translateX(-105%);
            transition: transform 0.42s ease;
        }

        .rsi-three-cam-cta span,
        .rsi-three-cam-cta svg {
            position: relative;
            z-index: 2;
        }

        .rsi-three-cam-cta svg {
            width: 19px;
            height: 19px;
            transition: transform 0.3s ease;
        }

        .rsi-three-cam-cta:hover {
            color: var(--rsi-three-red);
            transform: translateY(-5px);
            box-shadow: 0 23px 43px rgba(227, 30, 36, 0.32);
        }

        .rsi-three-cam-cta:hover::before {
            transform: translateX(0);
        }

        .rsi-three-cam-cta:hover svg {
            transform: translateX(5px);
        }

        /* Tablet */

        @media (max-width: 1050px) {
            .rsi-three-cam-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .rsi-three-cam-image-box {
                height: 255px;
            }
        }

        /* Mobile */

        @media (max-width: 680px) {
            .rsi-three-cam-section {
                padding: 55px 13px;
            }

            .rsi-three-cam-header {
                margin-bottom: 30px;
            }

            .rsi-three-cam-heading {
                padding-left: 18px;
                font-size: 36px;
                letter-spacing: -1px;
            }

            .rsi-three-cam-heading::before {
                width: 6px;
            }

            .rsi-three-cam-header-line {
                display: none;
            }

            .rsi-three-cam-grid {
                grid-template-columns: 1fr;
                gap: 17px;
            }

            .rsi-three-cam-card {
                border-radius: 19px;
            }

            .rsi-three-cam-image-box {
                height: 235px;
            }

            .rsi-three-cam-content {
                padding: 27px 23px 31px;
            }

            .rsi-three-cam-title {
                font-size: 24px;
            }

            .rsi-three-cam-description {
                font-size: 14px;
                line-height: 1.72;
            }

            .rsi-three-cam-cta-area {
                margin-top: 35px;
            }

            .rsi-three-cam-cta {
                width: 100%;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }

            .rsi-three-cam-card {
                opacity: 1;
                transform: none;
            }
        }






:root {
            --tbi-red: #a02a1b;
            --tbi-red-dark: #af1017;
            --tbi-navy: #071f33;
            --tbi-blue: #0d3b5b;
            --tbi-text: #657482;
            --tbi-light: #f4f7f9;
            --tbi-white: #ffffff;
            --tbi-border: rgba(7, 31, 51, 0.09);
        }



        .tbi-section {
            position: relative;
            overflow: hidden;
            padding: 110px 20px;
            background:#e9e9e9;
        }



        .tbi-container {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1380px;
            margin: 0 auto;
        }

        /* Header */

        .tbi-header {
            display: grid;
            grid-template-columns:
                minmax(0, 0.9fr)
                minmax(0, 1.1fr);
            gap: 70px;
            align-items: end;
            margin-bottom: 58px;
        }

        .tbi-label {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            padding: 10px 18px;
            border: 1px solid rgba(215, 25, 32, 0.18);
            border-radius: 50px;
            background: rgba(215, 25, 32, 0.07);
            color: var(--tbi-red);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .tbi-label-dot {
            position: relative;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--tbi-red);
        }

        .tbi-label-dot::before {
            content: "";
            position: absolute;
            inset: -6px;
            border: 1px solid rgba(215, 25, 32, 0.4);
            border-radius: 50%;
            animation: tbiPulse 1.8s infinite;
        }

        .tbi-heading h2 {
color: var(--tbi-navy);
    font-size: clamp(40px, 5vw, 55px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: 0px;
        }

        .tbi-heading h2 span {
            color: var(--tbi-red);
        }

        .tbi-intro {
            position: relative;
            overflow: hidden;
            padding: 28px 30px;
            border-left: 4px solid var(--tbi-red);
            border-radius: 0 22px 22px 0;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 16px 42px rgba(7, 31, 51, 0.07);
        }



        .tbi-intro p {
            position: relative;
            z-index: 2;
            color: var(--tbi-text);
            font-size: 16px;
            line-height: 1.85;
        }

        /* Grid */

        .tbi-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 22px;
        }

        .tbi-card {
            --mouse-x: 50%;
            --mouse-y: 50%;

            position: relative;
            display: flex;
            flex-direction: column;
            height: 345px;
            overflow: hidden;
            border: 1px solid var(--tbi-border);
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 16px 45px rgba(7, 31, 51, 0.075);
            opacity: 0;
            transform: translateY(50px) scale(0.97);
            transition:
                opacity 0.75s ease,
                transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.4s ease,
                box-shadow 0.4s ease;
        }

        .tbi-card.tbi-visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .tbi-card::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 4;
            pointer-events: none;
            background: radial-gradient(
                circle 190px at var(--mouse-x) var(--mouse-y),
                rgba(215, 25, 32, 0.09),
                transparent 70%
            );
            opacity: 0;
            transition: opacity 0.35s ease;
        }

        .tbi-card::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 5;
            width: 0;
            height: 5px;
            background: linear-gradient(
                90deg,
                var(--tbi-red),
                var(--tbi-blue)
            );
            transition: width 0.5s ease;
        }

        .tbi-card:hover {
            transform: translateY(-12px);
            border-color: rgba(215, 25, 32, 0.24);
            box-shadow: 0 30px 70px rgba(7, 31, 51, 0.16);
        }

        .tbi-card:hover::before {
            opacity: 1;
        }

        .tbi-card:hover::after {
            width: 100%;
        }

        /* Logo Area */

        .tbi-logo-area {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 142px;
            padding: 27px 22px;
            border-bottom: 1px solid rgba(7, 31, 51, 0.07);
            background:white;
        }


        .tbi-logo-wrap {
            position: relative;
            z-index: 3;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 17px;
            width: 100%;
            min-height: 70px;
        }

        .tbi-logo-box {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 67px;
            transition: transform 0.4s ease;
        }

        .tbi-logo-box img {
            width: auto;
            object-fit: contain;
            transition:
                transform 0.45s ease,
                filter 0.45s ease;
        }

        .tbi-logo-wrap.tbi-two-logos .tbi-logo-box {
           
        }

        .tbi-logo-wrap.tbi-two-logos img {
            max-width: 105px;
            max-height: 48px;
        }

        .tbi-logo-wrap.tbi-three-logos {
            gap: 11px;
        }

        .tbi-logo-wrap.tbi-three-logos .tbi-logo-box {
            max-width: 78px;
        }

        .tbi-logo-wrap.tbi-three-logos img {
            max-width: 72px;
            max-height: 43px;
        }

        .tbi-card:hover .tbi-logo-box img {
 
        }

        .tbi-number {
            position: absolute;
            top: 15px;
            left: 16px;
            z-index: 4;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 39px;
            height: 34px;
            padding: 0 10px;
            border: 1px solid rgba(7, 31, 51, 0.08);
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.88);
            color: var(--tbi-red);
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1px;
            backdrop-filter: blur(8px);
        }

        .tbi-brand-badge {
            position: absolute;
            top: 15px;
            right: 16px;
            z-index: 4;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            min-height: 34px;
            padding: 0 11px;
            border-radius: 50px;
            background: rgba(7, 31, 51, 0.055);
            color: #5d6a75;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: 0.8px;
            text-transform: uppercase;
        }

        .tbi-brand-badge span {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #18a35b;
        }

        /* Card Content */

        .tbi-card-content {
            position: relative;
            z-index: 3;
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 25px 24px 23px;
        }

        .tbi-card-content h3 {
            margin-bottom: 12px;
            color: var(--tbi-navy);
            font-size: 18px;
            font-weight: 800;
            line-height: 1.35;
        }

        .tbi-card-content p {
            color: var(--tbi-text);
            font-size: 13px;
            line-height: 1.72;
        }

        .tbi-card-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-top: auto;
            padding-top: 17px;
            border-top: 1px solid rgba(7, 31, 51, 0.07);
        }

        .tbi-card-footer span:first-child {
            color: var(--tbi-red);
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .tbi-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 31px;
            height: 31px;
            border-radius: 50%;
            background: rgba(215, 25, 32, 0.08);
            color: var(--tbi-red);
            transition:
                color 0.3s ease,
                background 0.3s ease,
                transform 0.3s ease;
        }

        .tbi-arrow svg {
            width: 14px;
            height: 14px;
            stroke: currentColor;
        }

        .tbi-card:hover .tbi-arrow {
            color: #ffffff;
            background: var(--tbi-red);
            transform: translateX(4px);
        }

        /* Bottom Bar */

        .tbi-bottom {
            position: relative;
            display: grid;
            grid-template-columns:
                minmax(0, 1.4fr)
                repeat(3, minmax(150px, 0.45fr));
            gap: 15px;
            align-items: center;
            overflow: hidden;
            margin-top: 44px;
            padding: 26px;
            border-radius: 25px;
            background:
                linear-gradient(
                    120deg,
                    var(--tbi-navy),
                    var(--tbi-blue)
                );
            box-shadow: 0 25px 65px rgba(7, 31, 51, 0.2);
            opacity: 0;
            transform: translateY(40px);
            transition:
                opacity 0.8s ease,
                transform 0.8s ease;
        }

        .tbi-bottom.tbi-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .tbi-bottom-copy {
            padding: 10px 14px;
        }

        .tbi-bottom-copy h3 {
            margin-bottom: 7px;
            color: #ffffff;
            font-size: 20px;
            font-weight: 800;
        }

        .tbi-bottom-copy p {
            color: rgba(255, 255, 255, 0.65);
            font-size: 12px;
            line-height: 1.65;
        }

        .tbi-bottom-item {
            min-height: 88px;
            padding: 17px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 17px;
            background: rgba(255, 255, 255, 0.055);
            transition:
                transform 0.3s ease,
                background 0.3s ease;
        }

        .tbi-bottom-item:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.09);
        }

        .tbi-bottom-item strong {
            display: block;
            margin-bottom: 5px;
            color: #ffffff;
            font-size: 12px;
            font-weight: 800;
        }

        .tbi-bottom-item span {
            color: rgba(255, 255, 255, 0.58);
            font-size: 10px;
            line-height: 1.5;
        }

        @keyframes tbiPulse {
            0% {
                transform: scale(0.8);
                opacity: 1;
            }

            100% {
                transform: scale(1.9);
                opacity: 0;
            }
        }

        @keyframes tbiRotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        @keyframes tbiFloat {
            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-35px);
            }
        }

        @media (max-width: 1180px) {
            .tbi-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .tbi-bottom {
                grid-template-columns: repeat(3, 1fr);
            }

            .tbi-bottom-copy {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 900px) {
            .tbi-header {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .tbi-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 650px) {
            .tbi-section {
                padding: 75px 15px;
            }

            .tbi-header {
                margin-bottom: 40px;
            }

            .tbi-heading h2 {
                font-size: 39px;
                letter-spacing: -1.8px;
            }

            .tbi-intro {
                padding: 23px 22px;
            }

            .tbi-intro p {
                font-size: 14.5px;
                line-height: 1.75;
            }

            .tbi-grid {
                grid-template-columns: 1fr;
                gap: 17px;
            }

            .tbi-card {
                height: 300px;
                border-radius: 21px;
            }

            .tbi-logo-area {
                min-height: 132px;
            }

            .tbi-card-content {
                padding: 22px 21px 21px;
            }

            .tbi-bottom {
                grid-template-columns: 1fr;
                margin-top: 34px;
                padding: 15px;
                border-radius: 21px;
            }

            .tbi-bottom-copy {
                grid-column: auto;
            }
        }

        @media (max-width: 390px) {
            .tbi-card {
                height: 415px;
            }

            .tbi-logo-wrap.tbi-three-logos {
                gap: 7px;
            }

            .tbi-logo-wrap.tbi-three-logos img {
                max-width: 60px;
                max-height: 38px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation: none !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }





















 :root {
            --iv-red: #a02a1b;
            --iv-red-dark: #ad1017;
            --iv-navy: #071f33;
            --iv-blue: #0d466e;
            --iv-white: #ffffff;
            --iv-text: #667583;
            --iv-light: #f3f6f8;
            --iv-border: rgba(7, 31, 51, 0.10);
        }


        button {
            font: inherit;
        }

        .iv-section {
            position: relative;
            overflow: hidden;
            padding: 110px 0;
            background:white;
        }



        .iv-container {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Header */

        .iv-header {
            display: grid;
            grid-template-columns:
                minmax(0, 0.9fr)
                minmax(0, 1.1fr);
            gap: 70px;
            align-items: end;
            margin-bottom: 55px;
        }

        .iv-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 0px;
    color: #3e3e3e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
        }

        .iv-kicker-line {
            width: 38px;
            height: 3px;
            border-radius: 10px;
            background: var(--iv-red);
        }

        .iv-heading h2 {
            color: var(--iv-navy);
            font-size: clamp(42px, 5vw, 55px);
            font-weight: 600;
            line-height: 1.07;
            letter-spacing: 0px;
        }

        .iv-heading h2 span {
            color: var(--iv-red);
        }

        .iv-intro {
            position: relative;
            overflow: hidden;
            padding: 28px 31px;
            border-left: 4px solid var(--iv-red);
            border-radius: 0 22px 22px 0;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 18px 45px rgba(7, 31, 51, 0.07);
        }

 

        .iv-intro p {
            position: relative;
            z-index: 2;
            color: var(--iv-text);
            font-size: 16px;
            line-height: 1.85;
        }

        /* Slider top controls */

        .iv-slider-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            margin-bottom: 22px;
        }

        .iv-slider-counter {
            display: flex;
            align-items: baseline;
            gap: 8px;
        }

        .iv-current {
            color: var(--iv-red);
            font-size: 34px;
            font-weight: 800;
            line-height: 1;
        }

        .iv-total {
            color: #98a3ac;
            font-size: 13px;
            font-weight: 700;
        }

        .iv-slider-controls {
            display: flex;
            align-items: center;
            gap: 11px;
        }

        .iv-control {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border: 1px solid var(--iv-border);
            border-radius: 50%;
            color: var(--iv-navy);
            background: #ffffff;
            box-shadow: 0 11px 28px rgba(7, 31, 51, 0.08);
            cursor: pointer;
            transition:
                color 0.3s ease,
                background 0.3s ease,
                border-color 0.3s ease,
                transform 0.3s ease;
        }

        .iv-control:hover {
            color: #ffffff;
            border-color: var(--iv-red);
            background: var(--iv-red);
            transform: translateY(-4px);
        }

        .iv-control svg {
            width: 19px;
            height: 19px;
            stroke: currentColor;
        }

        /* Slider */

        .iv-slider-shell {
            position: relative;
            width: 100%;
        }

        .iv-slider-window {
            position: relative;
            overflow: hidden;
            width: 100%;
            padding: 12px 0 30px;
            cursor: grab;
            user-select: none;
            touch-action: pan-y;
        }

        .iv-slider-window:active {
            cursor: grabbing;
        }

        .iv-track {
            display: flex;
            gap: 24px;
            width: max-content;
            will-change: transform;
            transition:
                transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .iv-track.iv-dragging {
            transition: none;
        }

        .iv-slide {
            position: relative;
            flex: 0 0 520px;
            height: 400px;
            overflow: hidden;
            border-radius: 30px;
            background: var(--iv-navy);
            opacity: 0.48;
            transform: scale(0.89);
            transition:
                opacity 0.65s ease,
                transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.65s ease;
        }

        .iv-slide.iv-active {
            z-index: 3;
            opacity: 1;
            transform: scale(1);
            box-shadow: 0 38px 90px rgba(7, 31, 51, 0.25);
        }

        .iv-slide.iv-near {
            opacity: 0.76;
            transform: scale(0.94);
        }

        .iv-slide-image {
            position: absolute;
            inset: 0;
        }

        .iv-slide-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: none;
            transition:
                transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
                filter 0.6s ease;
        }

        .iv-slide.iv-active:hover .iv-slide-image img {
            transform: scale(1.08);
            filter: saturate(1.08);
        }

        .iv-slide-overlay {
            position: absolute;
            inset: 0;
            z-index: 2;
            background:
                linear-gradient(
                    180deg,
                    rgba(7, 31, 51, 0.08) 0%,
                    rgba(7, 31, 51, 0.10) 26%,
                    rgba(7, 31, 51, 0.45) 49%,
                    rgba(7, 31, 51, 0.96) 86%,
                    rgba(7, 31, 51, 1) 100%
                );
        }

        .iv-slide-overlay::before {
            content: "";
            position: absolute;
            inset: 0;
            opacity: 0;
            background: linear-gradient(
                135deg,
                rgba(215, 25, 32, 0.18),
                transparent 45%
            );
            transition: opacity 0.45s ease;
        }

        .iv-slide.iv-active:hover .iv-slide-overlay::before {
            opacity: 1;
        }

        .iv-slide-top {
            position: absolute;
            top: 26px;
            left: 26px;
            right: 26px;
            z-index: 4;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
        }

        .iv-slide-number {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 53px;
            height: 47px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 15px;
            color: #ffffff;
            background: rgba(7, 31, 51, 0.4);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 1px;
            backdrop-filter: blur(12px);
        }

        .iv-slide-mark {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            color: #ffffff;
            background: rgba(7, 31, 51, 0.36);
            backdrop-filter: blur(12px);
        }

        .iv-slide-mark::before,
        .iv-slide-mark::after {
            content: "";
            position: absolute;
            border-radius: 10px;
            background: currentColor;
        }

        .iv-slide-mark::before {
            width: 16px;
            height: 2px;
        }

        .iv-slide-mark::after {
            width: 2px;
            height: 16px;
        }

        .iv-slide.iv-active .iv-slide-mark {
            border-color: var(--iv-red);
            background: var(--iv-red);
            transform: rotate(45deg);
            transition:
                transform 0.5s ease,
                background 0.35s ease;
        }

        .iv-slide-content {
            position: absolute;
            left: 32px;
            right: 32px;
            bottom: 34px;
            z-index: 4;
        }

        .iv-slide-title {
            margin-bottom: 17px;
            color: #ffffff;
            font-size: 26px;
            font-weight: 800;
            line-height: 1.25;
            letter-spacing: -0.9px;
            transform: translateY(20px);
            transition: transform 0.55s ease;
        }

        .iv-slide.iv-active .iv-slide-title {
            transform: translateY(0);
        }

        .iv-slide-line {
            width: 54px;
            height: 4px;
            margin-bottom: 17px;
            border-radius: 20px;
            background: var(--iv-red);
            transition: width 0.55s ease;
        }

        .iv-slide.iv-active:hover .iv-slide-line {
            width: 105px;
        }

        .iv-slide-description {
            max-width: 455px;
            color: rgba(255, 255, 255, 0.73);
            font-size: 13.5px;
            line-height: 1.75;
            opacity: 0;
            transform: translateY(25px);
            transition:
                opacity 0.55s ease 0.12s,
                transform 0.55s ease 0.12s;
        }

        .iv-slide.iv-active .iv-slide-description {
            opacity: 1;
            transform: translateY(0);
        }

        /* Bottom navigation */

        .iv-navigation {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 30px;
            align-items: center;
            margin-top: 8px;
        }

        .iv-progress {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 5px;
            border-radius: 20px;
            background: rgba(7, 31, 51, 0.10);
        }

        .iv-progress-bar {
            width: 14.285%;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(
                90deg,
                var(--iv-red),
                #f35e63
            );
            transition:
                width 0.65s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .iv-dots {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .iv-dot {
            width: 9px;
            height: 9px;
            border: 0;
            border-radius: 50%;
            background: #bdc5cb;
            cursor: pointer;
            transition:
                width 0.35s ease,
                border-radius 0.35s ease,
                background 0.35s ease;
        }

        .iv-dot.iv-active {
            width: 30px;
            border-radius: 20px;
            background: var(--iv-red);
        }

        @keyframes ivRotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        @keyframes ivFloat {
            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-38px);
            }
        }

        @media (max-width: 1150px) {
            .iv-slide {
                flex-basis: 470px;
                height: 560px;
            }
        }

        @media (max-width: 900px) {
            .iv-header {
                grid-template-columns: 1fr;
                gap: 26px;
            }

            .iv-slide {
                flex-basis: 440px;
                height: 550px;
            }
        }

        @media (max-width: 650px) {
            .iv-section {
                padding: 75px 0;
            }

            .iv-container {
                padding: 0 15px;
            }

            .iv-header {
                margin-bottom: 38px;
            }

            .iv-heading h2 {
                font-size: 40px;
                letter-spacing: -1.8px;
            }

            .iv-intro {
                padding: 22px;
            }

            .iv-intro p {
                font-size: 14px;
                line-height: 1.75;
            }

            .iv-slider-head {
                margin-bottom: 14px;
            }

            .iv-current {
                font-size: 28px;
            }

            .iv-control {
                width: 43px;
                height: 43px;
            }

            .iv-slider-window {
                overflow: visible;
                padding: 8px 0 25px;
            }

            .iv-track {
                gap: 15px;
            }

            .iv-slide {
                flex-basis: calc(100vw - 42px);
                height: 520px;
                border-radius: 24px;
                opacity: 0.35;
                transform: scale(0.94);
            }

            .iv-slide.iv-active {
                opacity: 1;
                transform: scale(1);
            }

            .iv-slide.iv-near {
                opacity: 0.5;
                transform: scale(0.96);
            }

            .iv-slide-top {
                top: 19px;
                left: 19px;
                right: 19px;
            }

            .iv-slide-content {
                left: 22px;
                right: 22px;
                bottom: 25px;
            }

            .iv-slide-title {
                font-size: 21px;
            }

            .iv-slide-description {
                font-size: 12.5px;
                line-height: 1.7;
            }

            .iv-navigation {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .iv-dots {
                justify-content: center;
            }
        }

        @media (max-width: 390px) {
            .iv-heading h2 {
                font-size: 36px;
            }

            .iv-slide {
                flex-basis: calc(100vw - 30px);
                height: 550px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation: none !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }
:root {
            --rsi-amc-red: #a02a1b;
            --rsi-amc-red-dark: #ae1017;
            --rsi-amc-navy: #071f33;
            --rsi-amc-white: #ffffff;
            --rsi-amc-text: #667582;
            --rsi-amc-border: rgba(7, 31, 51, 0.10);
        }

        a {
            color: inherit;
            font: inherit;
        }

        /* =========================================
           AMC SECTION
        ========================================= */

        .rsi-amc-section {
            position: relative;
            overflow: hidden;
            width: 100%;
            padding: 100px 20px;
            background: #e9e9e9;
        }

        .rsi-amc-container {
            width: 100%;
            max-width: 1380px;
            margin: 0 auto;
        }

        /* =========================================
           HEADER
        ========================================= */

        .rsi-amc-header {
            display: grid;
            grid-template-columns:
                minmax(0, 0.9fr)
                minmax(0, 1.1fr);
            gap: 70px;
            align-items: center;
            margin-bottom: 45px;
        }

        .rsi-amc-heading {
            opacity: 0;
            transform: translateX(-45px);
            transition:
                opacity 0.8s ease,
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .rsi-amc-heading.rsi-amc-show {
            opacity: 1;
            transform: translateX(0);
        }

        .rsi-amc-label {
            display: inline-flex;
            align-items: center;
            gap: 11px;
            margin-bottom: 18px;
            color: var(--rsi-amc-red);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .rsi-amc-label::before {
            content: "";
            width: 38px;
            height: 3px;
            border-radius: 20px;
            background: var(--rsi-amc-red);
        }

        .rsi-amc-heading h2 {
            max-width: 650px;
            color: var(--rsi-amc-navy);
            font-size: clamp(40px, 5vw, 55px);
            font-weight: 600;
            line-height: 1.06;
            letter-spacing: 0px;
        }

        .rsi-amc-heading h2 span {
            display: block;
            color: var(--rsi-amc-red);
        }

        /* Intro Area */

        .rsi-amc-intro {
            padding: 6px 0 6px 30px;
            border-left: 4px solid var(--rsi-amc-red);
            opacity: 0;
            transform: translateX(45px);
            transition:
                opacity 0.8s ease,
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .rsi-amc-intro.rsi-amc-show {
            opacity: 1;
            transform: translateX(0);
        }

        .rsi-amc-intro p {
            max-width: 700px;
            color: var(--rsi-amc-text);
            font-size: 15px;
            line-height: 1.85;
        }

        /* =========================================
           BUTTONS UNDER PARAGRAPH
        ========================================= */

        .rsi-amc-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 24px;
        }

        .rsi-amc-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 206px;
    min-height: 52px;
    overflow: hidden;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        }

        .rsi-amc-button span,
        .rsi-amc-button svg {
            position: relative;
            z-index: 2;
        }

        .rsi-amc-button svg {
            width: 17px;
            height: 17px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            transition: transform 0.3s ease;
        }

        .rsi-amc-button:hover {
            transform: translateY(-4px);
        }

        .rsi-amc-button:hover svg {
            transform: translateX(4px);
        }

        .rsi-amc-support-button {
            border: 1px solid var(--rsi-amc-red);
            color: #ffffff;
            background: var(--rsi-amc-red);
            box-shadow: 0 13px 28px rgba(215, 25, 32, 0.22);
        }

        .rsi-amc-support-button:hover {
            background: var(--rsi-amc-red-dark);
            box-shadow: 0 18px 36px rgba(215, 25, 32, 0.30);
        }

        .rsi-amc-contact-button {
            border: 1px solid var(--rsi-amc-border);
            color: var(--rsi-amc-navy);
            background: #ffffff;
            box-shadow: 0 10px 25px rgba(7, 31, 51, 0.07);
        }

        .rsi-amc-contact-button:hover {
            border-color: var(--rsi-amc-navy);
            color: #ffffff;
            background: var(--rsi-amc-navy);
            box-shadow: 0 18px 36px rgba(7, 31, 51, 0.18);
        }

        /* =========================================
           THREE IMAGE BOXES
        ========================================= */

        .rsi-amc-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
        }

        .rsi-amc-card {
            --rsi-amc-mouse-x: 50%;
            --rsi-amc-mouse-y: 50%;

            position: relative;
            min-height: 480px;
            overflow: hidden;
            border-radius: 24px;
            background: var(--rsi-amc-navy);
            box-shadow: 0 18px 48px rgba(7, 31, 51, 0.14);
            opacity: 0;
            transform: translateY(50px);
            transition:
                opacity 0.8s ease,
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s ease;
        }

        .rsi-amc-card.rsi-amc-show {
            opacity: 1;
            transform: translateY(0);
        }

        .rsi-amc-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 32px 70px rgba(7, 31, 51, 0.23);
        }

        .rsi-amc-card-image {
            position: absolute;
            inset: 0;
        }

        .rsi-amc-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition:
                transform 1s cubic-bezier(0.22, 1, 0.36, 1),
                filter 0.5s ease;
        }

        .rsi-amc-card:hover .rsi-amc-card-image img {
            transform: scale(1.09);
            filter: saturate(1.08);
        }

        .rsi-amc-overlay {
            position: absolute;
            inset: 0;
            z-index: 2;
            background:
                linear-gradient(
                    180deg,
                    rgba(7, 31, 51, 0.06) 0%,
                    rgba(7, 31, 51, 0.14) 29%,
                    rgba(7, 31, 51, 0.72) 68%,
                    rgba(7, 31, 51, 0.98) 100%
                );
            transition: background 0.4s ease;
        }

        .rsi-amc-card:hover .rsi-amc-overlay {
            background:
                linear-gradient(
                    180deg,
                    rgba(7, 31, 51, 0.12) 0%,
                    rgba(7, 31, 51, 0.26) 32%,
                    rgba(7, 31, 51, 0.82) 69%,
                    rgba(7, 31, 51, 1) 100%
                );
        }

        .rsi-amc-light {
            position: absolute;
            inset: 0;
            z-index: 3;
            pointer-events: none;
            opacity: 0;
            background:
                radial-gradient(
                    circle 220px at
                    var(--rsi-amc-mouse-x)
                    var(--rsi-amc-mouse-y),
                    rgba(255, 255, 255, 0.18),
                    transparent 70%
                );
            transition: opacity 0.35s ease;
        }

        .rsi-amc-card:hover .rsi-amc-light {
            opacity: 1;
        }

        .rsi-amc-card::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 6;
            width: 0;
            height: 5px;
            background: var(--rsi-amc-red);
            transition: width 0.5s ease;
        }

        .rsi-amc-card:hover::after {
            width: 100%;
        }

        /* Card Top */

        .rsi-amc-card-top {
            position: absolute;
            top: 22px;
            left: 22px;
            right: 22px;
            z-index: 4;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .rsi-amc-card-number {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 43px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 12px;
            color: #ffffff;
            background: rgba(7, 31, 51, 0.45);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 1px;
            backdrop-filter: blur(10px);
        }

        .rsi-amc-card-dot {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border: 1px solid rgba(255, 255, 255, 0.20);
            border-radius: 50%;
            background: rgba(7, 31, 51, 0.42);
            backdrop-filter: blur(10px);
        }

        .rsi-amc-card-dot span {
            position: relative;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--rsi-amc-red);
        }

        .rsi-amc-card-dot span::before {
            content: "";
            position: absolute;
            inset: -6px;
            border: 1px solid rgba(215, 25, 32, 0.65);
            border-radius: 50%;
            animation: rsiAmcPulse 1.8s infinite;
        }

        /* Card Content */

        .rsi-amc-card-content {
            position: absolute;
            left: 27px;
            right: 27px;
            bottom: 28px;
            z-index: 4;
        }

        .rsi-amc-card-content h3 {
margin-bottom: 14px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0px;
        }

        .rsi-amc-card-line {
            width: 50px;
            height: 3px;
            margin-bottom: 15px;
            border-radius: 20px;
            background: var(--rsi-amc-red);
            transition: width 0.45s ease;
        }

        .rsi-amc-card:hover .rsi-amc-card-line {
            width: 90px;
        }

        .rsi-amc-card-content p {
    color: white;
    font-size: 14px;
    line-height: 1.75;
    height: 70px;
    letter-spacing: 0.2px;
        }

        @keyframes rsiAmcPulse {
            0% {
                transform: scale(0.8);
                opacity: 1;
            }

            100% {
                transform: scale(1.9);
                opacity: 0;
            }
        }

        /* =========================================
           RESPONSIVE
        ========================================= */

        @media (max-width: 1050px) {
            .rsi-amc-header {
                gap: 40px;
            }

            .rsi-amc-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .rsi-amc-card:last-child {
                grid-column: 1 / -1;
                min-height: 450px;
            }
        }

        @media (max-width: 820px) {
            .rsi-amc-header {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .rsi-amc-intro {
                padding-left: 24px;
            }
        }

        @media (max-width: 680px) {
            .rsi-amc-section {
                padding: 72px 15px;
            }

            .rsi-amc-header {
                margin-bottom: 35px;
            }

            .rsi-amc-heading h2 {
                font-size: 39px;
                letter-spacing: -1.8px;
            }

            .rsi-amc-intro p {
                font-size: 14px;
                line-height: 1.75;
            }

            .rsi-amc-buttons {
                display: grid;
                grid-template-columns: 1fr;
                margin-top: 21px;
            }

            .rsi-amc-button {
                width: 100%;
            }

            .rsi-amc-grid {
                grid-template-columns: 1fr;
                gap: 17px;
            }

            .rsi-amc-card,
            .rsi-amc-card:last-child {
                grid-column: auto;
                min-height: 465px;
                border-radius: 21px;
            }

            .rsi-amc-card-content {
                left: 22px;
                right: 22px;
                bottom: 24px;
            }

            .rsi-amc-card-content h3 {
                font-size: 21px;
            }
        }

        @media (max-width: 390px) {
            .rsi-amc-heading h2 {
                font-size: 34px;
            }

            .rsi-amc-card,
            .rsi-amc-card:last-child {
                min-height: 500px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation: none !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }

                :root {
            --rsi-law-red: #a02a1b;
            --rsi-law-red-dark: #b21118;
            --rsi-law-navy: #071f33;
            --rsi-law-text: #687784;
            --rsi-law-white: #ffffff;
            --rsi-law-border: rgba(7, 31, 51, 0.11);
            --rsi-law-shadow: rgba(7, 31, 51, 0.10);
        }


        a {
            color: inherit;
            font: inherit;
        }

        .rsi-law-section {
            width: 100%;
            padding: 100px 20px;
            background: #ffffff;
        }

        .rsi-law-container {
            width: 100%;
            max-width: 1380px;
            margin: 0 auto;
        }

        /* Heading */

        .rsi-law-heading {
            max-width: 820px;
            margin-bottom: 48px;
            opacity: 0;
            transform: translateY(35px);
            transition:
                opacity 0.8s ease,
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .rsi-law-heading.rsi-law-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .rsi-law-heading h2 {
    color: var(--rsi-law-navy);
    font-size: clamp(42px, 5vw, 55px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: 0px;
        }

        .rsi-law-heading h2 span {
            color: var(--rsi-law-red);
        }

        /* Grid */

        .rsi-law-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
            align-items: stretch;
        }

        .rsi-law-card {
            position: relative;
            display: flex;
            min-height: 560px;
            overflow: hidden;
            flex-direction: column;
            border: 1px solid var(--rsi-law-border);
            border-radius: 25px;
            background: #ffffff;
            box-shadow: 0 18px 48px var(--rsi-law-shadow);
            opacity: 0;
            transform: translateY(55px);
            transition:
                opacity 0.8s ease,
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
        }

        .rsi-law-card.rsi-law-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .rsi-law-card:hover {
            border-color: rgba(215, 25, 32, 0.28);
            box-shadow: 0 32px 72px rgba(7, 31, 51, 0.16);
            transform: translateY(-10px);
        }

        .rsi-law-card::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 5;
            width: 0;
            height: 5px;
            background: var(--rsi-law-red);
            transition: width 0.5s ease;
        }

        .rsi-law-card:hover::after {
            width: 100%;
        }

        /* Logo Area */

        .rsi-law-logo-area {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 210px;
            padding: 0px;
            overflow: hidden;
            border-bottom: 1px solid var(--rsi-law-border);
            background: #ffffff;
        }

        .rsi-law-logo-area::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 52px;
            height: 3px;
            border-radius: 20px;
            background: var(--rsi-law-red);
            transform: translateX(-50%);
            transition: width 0.45s ease;
        }

        .rsi-law-card:hover .rsi-law-logo-area::after {
            width: 110px;
        }

        .rsi-law-logo-wrap {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height:  100%;
            padding: 0px;
            transition:
                transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .rsi-law-card:hover .rsi-law-logo-wrap {
            transform: translateY(-7px) scale(1.05);
        }

        .rsi-law-logo {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .rsi-law-logo-fallback {
            display: none;
            align-items: center;
            justify-content: center;
            width: 115px;
            height: 115px;
            border: 2px solid var(--rsi-law-red);
            border-radius: 22px;
            color: var(--rsi-law-red);
            background: #ffffff;
            font-size: 24px;
            font-weight: 800;
            text-align: center;
        }

        .rsi-law-logo-wrap.rsi-law-logo-error .rsi-law-logo {
            display: none;
        }

        .rsi-law-logo-wrap.rsi-law-logo-error
        .rsi-law-logo-fallback {
            display: flex;
        }

        /* Content */

        .rsi-law-content {
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 29px 28px 28px;
        }

        .rsi-law-content h3 {
            margin-bottom: 15px;
            color: var(--rsi-law-navy);
            font-size: 25px;
            font-weight: 800;
            line-height: 1.38;
            letter-spacing: -0.5px;
        }

        .rsi-law-line {
            width: 48px;
            height: 3px;
            margin-bottom: 17px;
            border-radius: 20px;
            background: var(--rsi-law-red);
            transition: width 0.45s ease;
        }

        .rsi-law-card:hover .rsi-law-line {
            width: 85px;
        }

        .rsi-law-content p {
            margin-bottom: 25px;
            color: var(--rsi-law-text);
            font-size: 13px;
            line-height: 1.78;
        }

        /* Government Link */

        .rsi-law-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            width: 100%;
            min-height: 52px;
            margin-top: auto;
            padding: 0 17px;
            border: 1px solid var(--rsi-law-border);
            border-radius: 11px;
            color: var(--rsi-law-navy);
            background: #ffffff;
            font-size: 16px;
            font-weight: 800;
            text-decoration: none;
            transition:
                color 0.3s ease,
                background 0.3s ease,
                border-color 0.3s ease,
                transform 0.3s ease,
                box-shadow 0.3s ease;
        }

        .rsi-law-link:hover {
            border-color: var(--rsi-law-red);
            color: #ffffff;
            background: var(--rsi-law-red);
            box-shadow: 0 14px 28px rgba(215, 25, 32, 0.22);
            transform: translateY(-3px);
        }

        .rsi-law-link svg {
            flex: 0 0 auto;
            width: 17px;
            height: 17px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            transition: transform 0.3s ease;
        }

        .rsi-law-link:hover svg {
            transform: translate(3px, -3px);
        }

        /* Responsive */

        @media (max-width: 1100px) {
            .rsi-law-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .rsi-law-card:last-child {
                grid-column: 1 / -1;
                min-height: auto;
            }

            .rsi-law-card:last-child .rsi-law-logo-area {
                min-height: 230px;
            }
        }

        @media (max-width: 700px) {
            .rsi-law-section {
                padding: 72px 15px;
            }

            .rsi-law-heading {
                margin-bottom: 34px;
            }

            .rsi-law-heading h2 {
                font-size: 39px;
                letter-spacing: -1.8px;
            }

            .rsi-law-grid {
                grid-template-columns: 1fr;
                gap: 17px;
            }

            .rsi-law-card,
            .rsi-law-card:last-child {
                grid-column: auto;
                min-height: auto;
                border-radius: 21px;
            }

            .rsi-law-logo-area,
            .rsi-law-card:last-child .rsi-law-logo-area {
                min-height: 0px;
                padding: 0px;
            }

            .rsi-law-logo-wrap {
                width: 100%;
                height: 100%;
            }

            .rsi-law-content {
                padding: 25px 22px 24px;
            }

            .rsi-law-content h3 {
                font-size: 19px;
            }

            .rsi-law-content p {
                font-size: 12.5px;
                line-height: 1.72;
            }
        }

        @media (max-width: 390px) {
            .rsi-law-heading h2 {
                font-size: 34px;
            }

            .rsi-law-logo-area {
                min-height: 175px;
            }

            .rsi-law-logo-wrap {
                width: 112px;
                height: 112px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation: none !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }




        :root {
            --faq-red: #a02a1b;
            --faq-navy: #071f33;
            --faq-text: #687784;
            --faq-white: #ffffff;
            --faq-light: #f7f8f9;
            --faq-border: rgba(7, 31, 51, 0.11);
        }


        button {
            font: inherit;
        }

        .rsi-faq-section {
            width: 100%;
            padding: 100px 20px;
            background: #ffffff;
        }

        .rsi-faq-container {
            width: 100%;
            max-width: 1380px;
            margin: 0 auto;
        }

        .rsi-faq-heading {
            margin-bottom: 42px;
            opacity: 0;
            transform: translateY(28px);
            transition:
                opacity 0.7s ease,
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .rsi-faq-heading.rsi-faq-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .rsi-faq-heading h2 {
            color: var(--faq-navy);
    font-size: clamp(42px, 5vw, 55px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0px;
        }

        .rsi-faq-heading h2 span {
            color: var(--faq-red);
        }

        .rsi-faq-list {
            display: grid;
            gap: 14px;
        }

        .rsi-faq-item {
            overflow: hidden;
            border: 1px solid var(--faq-border);
            border-radius: 16px;
            background: var(--faq-white);
            box-shadow: 0 10px 28px rgba(7, 31, 51, 0.05);
            opacity: 0;
            transform: translateY(25px);
            transition:
                opacity 0.65s ease,
                transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.3s ease,
                box-shadow 0.3s ease;
        }

        .rsi-faq-item.rsi-faq-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .rsi-faq-item:hover {
            border-color: rgba(215, 25, 32, 0.22);
            box-shadow: 0 16px 36px rgba(7, 31, 51, 0.08);
        }

        .rsi-faq-item.rsi-faq-active {
            border-color: rgba(215, 25, 32, 0.35);
            box-shadow: 0 18px 42px rgba(7, 31, 51, 0.09);
        }

        .rsi-faq-question {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 23px 25px;
            border: 0;
            color: var(--faq-navy);
            background: #ffffff;
            text-align: left;
            cursor: pointer;
            transition:
                color 0.3s ease,
                background 0.3s ease;
        }

        .rsi-faq-item.rsi-faq-active .rsi-faq-question {
            color: var(--faq-red);
            background: var(--faq-light);
        }

        .rsi-faq-question span:first-child {
            font-size: 21px;
            font-weight: 800;
            line-height: 1.45;
        }

        .rsi-faq-icon {
            position: relative;
            flex: 0 0 auto;
            width: 36px;
            height: 36px;
            border: 1px solid var(--faq-border);
            border-radius: 50%;
            background: #ffffff;
            transition:
                border-color 0.3s ease,
                background 0.3s ease,
                transform 0.35s ease;
        }

        .rsi-faq-icon::before,
        .rsi-faq-icon::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 13px;
            height: 2px;
            border-radius: 10px;
            background: var(--faq-navy);
            transform: translate(-50%, -50%);
            transition:
                background 0.3s ease,
                transform 0.35s ease,
                opacity 0.35s ease;
        }

        .rsi-faq-icon::after {
            transform:
                translate(-50%, -50%)
                rotate(90deg);
        }

        .rsi-faq-item.rsi-faq-active .rsi-faq-icon {
            border-color: var(--faq-red);
            background: var(--faq-red);
            transform: rotate(180deg);
        }

        .rsi-faq-item.rsi-faq-active .rsi-faq-icon::before,
        .rsi-faq-item.rsi-faq-active .rsi-faq-icon::after {
            background: #ffffff;
        }

        .rsi-faq-item.rsi-faq-active .rsi-faq-icon::after {
            opacity: 0;
            transform:
                translate(-50%, -50%)
                rotate(0deg);
        }

        .rsi-faq-answer {
            display: none;
        }

        .rsi-faq-answer-inner {
            padding: 0 25px 25px;
            background: var(--faq-light);
        }

        .rsi-faq-answer p {
max-width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
        }

        @media (max-width: 700px) {
            .rsi-faq-section {
                padding: 72px 15px;
            }

            .rsi-faq-heading {
                margin-bottom: 30px;
            }

            .rsi-faq-heading h2 {
                font-size: 39px;
                letter-spacing: -1.8px;
            }

            .rsi-faq-list {
                gap: 11px;
            }

            .rsi-faq-question {
                gap: 14px;
                padding: 20px 18px;
            }

            .rsi-faq-question span:first-child {
                font-size: 15px;
            }

            .rsi-faq-icon {
                width: 32px;
                height: 32px;
            }

            .rsi-faq-answer-inner {
                padding: 0 18px 20px;
            }

            .rsi-faq-answer p {
                font-size: 13px;
                line-height: 1.75;
            }
        }

        @media (max-width: 390px) {
            .rsi-faq-heading h2 {
                font-size: 34px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation: none !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }