@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-84 .tc-wp-tool-root img, .wpc-scope-84 .tc-wp-tool-root video, .wpc-scope-84 .tc-wp-tool-root svg, .wpc-scope-84 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper{
            --ig-rv-gradient-1: #f09433;
            --ig-rv-gradient-2: #e6683c;
            --ig-rv-gradient-3: #dc2743;
            --ig-rv-gradient-4: #cc2366;
            --ig-rv-gradient-5: #bc1888;
            --ig-rv-dark-color: #262626;
            --ig-rv-light-color: #FFFFFF;
            --ig-rv-gray-color: #FAFAFA;
            --ig-rv-instagram-gradient: linear-gradient(45deg, var(--ig-rv-gradient-1), var(--ig-rv-gradient-2), var(--ig-rv-gradient-3), var(--ig-rv-gradient-4), var(--ig-rv-gradient-5));
            --ig-rv-instagram-gradient-hover: linear-gradient(45deg, #e08b30, #d85f35, #d1253e, #c32060, #b31682);
            --ig-rv-section-padding: 100px 0;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .navigation-1{
            background: #ffffff;
            transition: all 0.3s ease;
            font-family: "Poppins", sans-serif;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .navbar{
            padding: 1.5rem 0;
            background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            min-height: 80px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .navbar-brand img{
            max-height: 60px;
            width: auto;
            transition: transform 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .navbar-brand:hover img{
            transform: scale(1.05);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .nav-link{
            color: #1f2a44 !important;
            font-weight: 500;
            font-size: 1.1rem;
            padding: 0.75rem 1.25rem !important;
            position: relative;
            transition: color 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .nav-link::after{
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background: #d62976;
            transition: width 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .nav-link:hover::after{
            width: 100%;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .nav-link:hover{
            color: #d62976 !important;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .cta-btn{
            padding: 14px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
            color: white !important;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            white-space: nowrap;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .cta-btn:hover{
            background: linear-gradient(45deg, #962fbf, #d62976, #fa7e1e, #feda75, #4f5bd5);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
            transform: translateY(-3px);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .navbar-toggler{
            border: none;
            padding: 0.75rem;
            background-color: rgba(214, 41, 118, 0.1);
            border-radius: 5px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section{
            padding: var(--ig-rv-section-padding);
            text-align: center;
            background-color: var(--ig-rv-light-color);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-content{
            position: relative;
            z-index: 1;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title{
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            background: var(--ig-rv-instagram-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-text{
            font-size: 1.25rem;
            max-width: 700px;
            margin: 0 auto 2rem;
            opacity: 0.9;
            font-weight: 300;
            color: #666;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-work-process-section{
            padding: var(--ig-rv-section-padding);
            background: var(--ig-rv-instagram-gradient);
            color: white;
            position: relative;
            overflow: hidden;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-work-process-section::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.05);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-work-process-content{
            position: relative;
            z-index: 1;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-process-step{
            text-align: center;
            padding: 30px 20px;
            position: relative;
            z-index: 1;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            margin: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-process-step:hover{
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-step-number{
            width: 60px;
            height: 60px;
            background: white;
            color: var(--ig-rv-gradient-3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin: 0 auto 20px;
            font-size: 1.5rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-features-section{
            padding: var(--ig-rv-section-padding);
            background: white;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card{
            padding: 40px 30px;
            border-radius: 16px;
            background: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            height: 100%;
            position: relative;
            overflow: hidden;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--ig-rv-instagram-gradient);
            transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card:hover{
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card:hover::before{
            width: 100%;
            opacity: 0.1;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-icon{
            width: 70px;
            height: 70px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            background: var(--ig-rv-instagram-gradient);
            color: white;
            font-size: 1.8rem;
            transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card:hover .ig-rv-feature-icon{
            transform: rotate(15deg) scale(1.1);
            background: var(--ig-rv-instagram-gradient-hover);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-section{
            padding: var(--ig-rv-section-padding);
            background: #f9f9f9;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-image{
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transform: perspective(1000px) rotateY(-5deg);
            transition: all 0.5s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-image:hover{
            transform: perspective(1000px) rotateY(0deg);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-benefit-item{
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 12px;
            background: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-benefit-item:hover{
            transform: translateX(10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-benefit-icon{
            width: 40px;
            height: 40px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            background: var(--ig-rv-instagram-gradient);
            color: white;
            font-size: 1.2rem;
            flex-shrink: 0;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-faq-section{
            padding: var(--ig-rv-section-padding);
            background: white;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-item{
            border: none;
            border-radius: 12px !important;
            overflow: hidden;
            margin-bottom: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-button{
            font-weight: 600;
            color: var(--ig-rv-dark-color);
            padding: 20px 25px;
            background: white;
            box-shadow: none;
            border-radius: 12px 12px 0 0 !important;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-button:not(.collapsed){
            background: white;
            color: var(--ig-rv-gradient-3);
            box-shadow: none;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-button:focus{
            box-shadow: none;
            border-color: rgba(220, 39, 67, 0.3);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-button::after{
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc2743'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-body{
            padding: 25px;
            color: #666;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-section-title{
            font-weight: 700;
            color: var(--ig-rv-dark-color);
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-section-title::after{
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--ig-rv-instagram-gradient);
            border-radius: 2px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-title{
            color: white;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-title::after{
            background: white;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-section-subtitle{
            color: #666;
            max-width: 700px;
            margin: 0 auto 3rem;
            font-size: 1.1rem;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-subtitle{
            color: rgba(255, 255, 255, 0.8);
        }@keyframes ig-rv-float{
            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-15px);
            }

            100% {
                transform: translateY(0px);
            }
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-floating-element{
            animation: ig-rv-float 6s ease-in-out infinite;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar{
            width: 8px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-track{
            background: #f1f1f1;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-thumb{
            background: var(--ig-rv-gradient-3);
            border-radius: 10px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-thumb:hover{
            background: var(--ig-rv-gradient-4);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-section{
            background: radial-gradient(circle, rgba(16, 33, 120, 1) 0%, rgba(94, 7, 6, 1) 100%);
            color: #fff;
            padding-top: 80px;
            padding-bottom: 80px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-logo{
            width: 200px;
            margin-bottom: 10px;
            cursor: pointer;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-description{
            font-size: 14px;
            color: #bbb;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-heading{
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 15px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-links .footer-link, .wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-tools .footer-tool{
            color: #bbb;
            text-decoration: none;
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-links .footer-link:hover, .wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-tools .footer-tool:hover{
            color: #fff;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-social .social-icon{
            color: #bbb;
            font-size: 24px;
            text-decoration: none;
            transition: color 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-social .social-icon:hover{
            color: #fff;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-copyright{
            background-color: #1a1a1a;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .footer-bottom-text{
            font-size: 14px;
            color: #bbb;
        }@media (max-width: 991px){.tc-wp-tool-root .ig-rv-wrapper{
                --ig-rv-section-padding: 80px 0;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title{
                font-size: 2.8rem;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-process-step::before{
                display: none;
            }}@media (max-width: 767px){.tc-wp-tool-root .ig-rv-wrapper{
                --ig-rv-section-padding: 70px 0;
            }.tc-wp-tool-root .ig-rv-wrapper .navbar{
                min-height: 70px;
            }.tc-wp-tool-root .ig-rv-wrapper .navbar-collapse{
                background: #ffffff;
                padding: 2rem 1.5rem;
                border-radius: 0 0 12px 12px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                max-height: calc(100vh - 70px);
                overflow-y: auto;
            }.tc-wp-tool-root .ig-rv-wrapper .nav-link{
                color: #1f2a44 !important;
                padding: 1.2rem 1.5rem !important;
                font-size: 1.3rem;
                font-weight: 500;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                transition: background 0.3s ease, color 0.3s ease;
            }.tc-wp-tool-root .ig-rv-wrapper .nav-link:hover{
                color: #d62976 !important;
                background: #f8fafc;
            }.tc-wp-tool-root .ig-rv-wrapper .nav-link::after{
                display: none;
            }.tc-wp-tool-root .ig-rv-wrapper .cta-btn{
                display: block;
                text-align: center;
                margin: 2rem auto;
                padding: 14px 30px;
                font-size: 1.2rem;
                width: 100%;
                max-width: 300px;
            }.tc-wp-tool-root .ig-rv-wrapper .navbar-brand img{
                max-height: 50px;
            }.tc-wp-tool-root .ig-rv-wrapper .navbar-nav{
                margin-top: 1rem;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section{
                padding: 100px 0 60px;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title{
                font-size: 2.2rem;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-text{
                font-size: 1rem;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-section-title{
                font-size: 1.8rem;
            }.tc-wp-tool-root .ig-rv-wrapper .footer-logo{
                width: 200px;
            }.tc-wp-tool-root .ig-rv-wrapper .footer-description{
                font-size: 14px;
            }.tc-wp-tool-root .ig-rv-wrapper .footer-heading{
                font-size: 18px;
            }.tc-wp-tool-root .ig-rv-wrapper .footer-link, .tc-wp-tool-root .ig-rv-wrapper .footer-tool{
                font-size: 14px;
            }.tc-wp-tool-root .ig-rv-wrapper .footer-bottom-text{
                font-size: 14px;
            }}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper{
            --primary: #ff3d8a;
            --primary-light: #ff72a9;
            --primary-dark: #e01d6b;
            --secondary: #7b5cfa;
            --secondary-light: #a18aff;
            --secondary-dark: #5c3de6;
            --accent: #00d9ff;
            --dark: #151823;
            --light: #ffffff;
            --bg-gradient: linear-gradient(135deg, #7b5cfa, #ff3d8a);
            --bg-gradient-2: linear-gradient(135deg, #00d9ff, #7b5cfa);
            --card-bg: rgba(255, 255, 255, 0.85);
            --card-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            --font-primary: 'Poppins', sans-serif;
            --font-secondary: 'Inter', sans-serif;
            --border-radius: 16px;
            --transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper{
            font-family: var(--font-primary);
            color: var(--dark);
            background-color: #f8f9fc;
            line-height: 1.6;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-container{
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header{
            position: relative;
            background: hsla(279, 83%, 70%, 1) !important;

background: linear-gradient(90deg, hsla(279, 83%, 70%, 1) 0%, hsla(321, 90%, 70%, 1) 100%) !important;

background: -moz-linear-gradient(90deg, hsla(279, 83%, 70%, 1) 0%, hsla(321, 90%, 70%, 1) 100%) !important;

background: -webkit-linear-gradient(90deg, hsla(279, 83%, 70%, 1) 0%, hsla(321, 90%, 70%, 1) 100%) !important;

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C471F2", endColorstr="#F76CC6", GradientType=1 ) !important;
            color: var(--light);
            padding: 80px 0 100px;
            overflow: hidden;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header-content{
            position: relative;
            z-index: 2;
            text-align: center;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo-container{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            gap: 12px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo{
            background: rgba(255, 255, 255, 0.2);
            width: 56px;
            height: 56px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo svg{
            color: var(--light);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-title{
            font-size: 3.5rem;
            font-weight: 700;
            margin: 0;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header-subtitle{
            font-size: 1.2rem;
            font-weight: 400;
            opacity: 0.9;
            margin-top: 8px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble{
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: ig-rv-float 8s infinite ease-in-out;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble:nth-child(1){
            width: 120px;
            height: 120px;
            top: -30px;
            left: 10%;
            animation-delay: 0s;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble:nth-child(2){
            width: 80px;
            height: 80px;
            top: 50%;
            right: 15%;
            animation-delay: 1s;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble:nth-child(3){
            width: 60px;
            height: 60px;
            bottom: 10%;
            left: 20%;
            animation-delay: 2s;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble:nth-child(4){
            width: 100px;
            height: 100px;
            bottom: -20px;
            right: 5%;
            animation-delay: 3s;
        }@keyframes ig-rv-float{
            0% {
                transform: translateY(0) rotate(0);
            }

            50% {
                transform: translateY(-20px) rotate(10deg);
            }

            100% {
                transform: translateY(0) rotate(0);
            }
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-section{
            margin-top: -50px;
            position: relative;
            z-index: 5;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-glass-card{
            background: var(--card-bg);
            backdrop-filter: blur(16px);
            border-radius: var(--border-radius);
            box-shadow: var(--card-shadow);
            padding: 32px;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            text-align: center;
            position: relative;
            z-index: 10;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-glass-card .ig-rv-card-title{
            font-size: 1.8rem;
            margin-bottom: 10px;
            background: var(--bg-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-description{
            margin-bottom: 24px;
            color: rgba(21, 24, 35, 0.7);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-container{
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 600px;
            margin: 0 auto;
        }@media (min-width: 768px){.tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-container{
                flex-direction: row;
            }}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-input-wrapper{
            flex-grow: 1;
            position: relative;
            z-index: 10;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-icon{
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--primary);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input{
            width: 100%;
            padding: 16px 16px 16px 50px;
            border-radius: 12px;
            border: 2px solid rgba(123, 92, 250, 0.3);
            font-family: var(--font-secondary);
            font-size: 1rem;
            transition: var(--transition);
            background: white;
            cursor: text;
            position: relative;
            z-index: 10;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input:focus{
            outline: none;
            border-color: var(--secondary);
            box-shadow: 0 0 0 3px rgba(123, 92, 250, 0.2);
            background: white;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input:hover{
            border-color: var(--secondary-light);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button{
            background: var(--bg-gradient);
            border: none;
            border-radius: 12px;
            color: white;
            padding: 16px 24px;
            font-family: var(--font-primary);
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: var(--transition);
            box-shadow: 0 4px 12px rgba(255, 61, 138, 0.3);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button:hover{
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(255, 61, 138, 0.4);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-section{
            margin: 40px 0;
            display: none;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            flex-wrap: wrap;
            gap: 16px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-header .ig-rv-results-title{
            font-size: 1.8rem;
            background: var(--bg-gradient-2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-controls{
            display: flex;
            gap: 16px;
            align-items: center;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-mode{
            display: flex;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 10px;
            padding: 4px;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-button{
            padding: 8px 12px;
            border: none;
            background: transparent;
            cursor: pointer;
            border-radius: 8px;
            color: var(--dark);
            transition: var(--transition);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-button.active{
            background: var(--secondary);
            color: white;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button{
            background: rgba(255, 255, 255, 0.8);
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            font-family: var(--font-primary);
            font-size: 0.9rem;
            transition: var(--transition);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button:hover{
            background: rgba(255, 255, 255, 1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container{
            display: grid;
            gap: 30px;
            margin-bottom: 40px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.grid{
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list{
            grid-template-columns: 1fr;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-card{
            background: var(--card-bg);
            border-radius: var(--border-radius);
            overflow: hidden;
            transition: var(--transition);
            box-shadow: var(--card-shadow);
            border: 1px solid rgba(255, 255, 255, 0.5);
            display: flex;
            flex-direction: column;
            animation: ig-rv-fadeIn 0.5s ease forwards;
            opacity: 0;
            position: relative;
        }@keyframes ig-rv-fadeIn{
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-reel-card{
            display: grid;
            grid-template-columns: 320px 1fr;
            gap: 24px;
        }@media (max-width: 768px){.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-reel-card{
                grid-template-columns: 1fr;
            }}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video-container{
            position: relative;
            width: 100%;
            padding-bottom: 177.77%;
            
            overflow: hidden;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-video-container{
            padding-bottom: 100%;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video{
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0;
            cursor: pointer;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-overlay{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
            transition: var(--transition);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video:playing+.ig-rv-reel-overlay{
            opacity: 0;
            pointer-events: none;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-play-button{
            background: rgba(255, 255, 255, 0.2);
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            backdrop-filter: blur(4px);
            transition: var(--transition);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-play-button:hover{
            background: rgba(255, 255, 255, 0.4);
            transform: scale(1.1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-details{
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            flex-grow: 1;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-author{
            display: flex;
            align-items: center;
            gap: 12px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-avatar{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid var(--primary);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-info{
            display: flex;
            align-items: center;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-name{
            font-weight: 600;
            margin-right: 4px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-verified-badge{
            color: var(--secondary);
            font-size: 14px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-caption{
            font-size: 0.95rem;
            color: rgba(21, 24, 35, 0.8);
            line-height: 1.6;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            max-height: 1.6em;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-stats{
            display: flex;
            gap: 20px;
            color: rgba(21, 24, 35, 0.7);
            font-size: 0.9rem;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-stat{
            display: flex;
            align-items: center;
            gap: 6px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
            display: flex;
            gap: 12px;
            padding: 0 20px 20px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-action-button{
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px;
            border-radius: 10px;
            border: none;
            font-family: var(--font-primary);
            font-weight: 500;
            cursor: pointer;
            transition: var(--transition);
            text-decoration: none;
            font-size: 0.9rem;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download{
            background: var(--bg-gradient);
            color: white;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-share{
            background: rgba(0, 0, 0, 0.05);
            color: var(--dark);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download:hover{
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 61, 138, 0.3);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download:disabled{
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download:disabled:hover{
            transform: none;
            box-shadow: 0 4px 12px rgba(255, 61, 138, 0.3);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download-spinner{
            width: 16px;
            height: 16px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-top: 2px solid white;
            border-radius: 50%;
            animation: ig-rv-spin 1s linear infinite;
            margin-right: 8px;
            display: inline-block;
            vertical-align: middle;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-action-button.ig-rv-download:disabled{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-share:hover{
            background: rgba(0, 0, 0, 0.1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-time{
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 0.75rem;
            padding: 4px 8px;
            border-radius: 6px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin: 40px 0;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button{
            background: var(--light);
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            font-family: var(--font-primary);
            font-weight: 500;
            transition: var(--transition);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button:hover:not(:disabled){
            background: var(--secondary-light);
            color: white;
            border-color: transparent;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button:disabled{
            opacity: 0.5;
            cursor: not-allowed;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-dots{
            display: flex;
            gap: 6px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-dot{
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.1);
            transition: var(--transition);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-dot.active{
            background: var(--primary);
            transform: scale(1.2);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loading-overlay{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(8px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-title{
	font-size: 3.5rem;
	font-weight: 700;
	margin: 0;
	color: white;
}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loading-overlay.active{
            opacity: 1;
            pointer-events: all;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loader-container{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loader-circle{
            width: 60px;
            height: 60px;
            border: 4px solid rgba(123, 92, 250, 0.3);
            border-top: 4px solid var(--secondary);
            border-radius: 50%;
            animation: ig-rv-spin 1s linear infinite;
        }@keyframes ig-rv-spin{
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loader-card{
            width: 300px;
            background: white;
            border-radius: var(--border-radius);
            box-shadow: var(--card-shadow);
            padding: 20px;
            overflow: hidden;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton-card{
            display: flex;
            flex-direction: column;
            gap: 16px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton{
            background: linear-gradient(90deg, #f0f0f0, #f8f8f8, #f0f0f0);
            background-size: 200% 100%;
            animation: ig-rv-skeleton-loading 1.5s infinite;
            border-radius: 4px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.video{
            height: 160px;
            border-radius: 8px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.avatar{
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.text-line{
            height: 12px;
            margin-bottom: 8px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.text-line.short{
            width: 60%;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton-actions{
            display: flex;
            gap: 10px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.button{
            height: 36px;
            flex: 1;
            border-radius: 8px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.button.small{
            flex: 0.5;
        }@keyframes ig-rv-skeleton-loading{
            0% {
                background-position: 200% 0;
            }

            100% {
                background-position: -200% 0;
            }
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-error-message{
            text-align: center;
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            color: rgba(21, 24, 35, 0.7);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-no-reels{
            text-align: center;
            padding: 60px;
            color: rgba(21, 24, 35, 0.7);
            font-size: 1.1rem;
        }@media (max-width: 768px){.tc-wp-tool-root .ig-rv-wrapper .ig-rv-header{
                padding: 60px 0 80px;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-title{
                font-size: 2rem;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-glass-card{
                padding: 24px 16px;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-header{
                flex-direction: column;
                align-items: flex-start;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-card{
                padding: 20px 16px;
                margin: 20px;
            }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-video{
                max-width: 100%;
                min-width: 280px;
                min-height: 180px;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-actions{
                flex-direction: column;
                gap: 12px;
            }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-download, .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-share{
                width: 100%;
                justify-content: center;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo-container{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	gap: 12px;
	flex-direction: column;
}}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-fullscreen-modal{
            position: fixed;
            z-index: 1500;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(21, 24, 35, 0.7);
            backdrop-filter: blur(8px);
            opacity: 0;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-fullscreen-modal.active{
            opacity: 1;
            pointer-events: auto;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-card{
            width: 100%;
            max-width: 500px;
            background: rgba(40, 42, 55, 0.98);
            border-radius: 24px;
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.08);
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            box-sizing: border-box;
            padding: 0;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-video-container{
            width: 100%;
            box-sizing: border-box;
            padding: 24px 24px 0 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-video{
            width: 100%;
            aspect-ratio: 16/9;
            background: black;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
            display: block;
            max-width: 100%;
            height: auto;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-close-modal{
            position: absolute;
            top: 18px;
            right: 18px;
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: white;
            font-size: 1.7rem;
            cursor: pointer;
            z-index: 10;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-close-modal:hover{
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-play-overlay{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.8);
            border-radius: 50%;
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 5;
            border: 2px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-play-overlay:hover{
            background: rgba(0, 0, 0, 0.9);
            transform: translate(-50%, -50%) scale(1.1);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-duration{
            position: absolute;
            bottom: 16px;
            left: 16px;
            color: white;
            background: rgba(0, 0, 0, 0.7);
            padding: 6px 12px;
            border-radius: 8px;
            font-size: 0.9rem;
            z-index: 2;
            display: none;
            backdrop-filter: blur(10px);
            font-weight: 500;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-actions{
            margin-top: 28px;
            display: flex;
            gap: 18px;
            justify-content: center;
            width: 100%;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-download{
            padding: 14px 32px;
            background: var(--bg-gradient);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 8px 25px rgba(255, 61, 138, 0.3);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-download:hover{
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(255, 61, 138, 0.4);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-controls{
	display: flex;
	gap: 16px;
	align-items: center;
	flex-direction: column;
}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
	display: flex;
	gap: 12px;
	padding: 0 20px 20px;
	flex-direction: column;
}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-author{
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: column;
}.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-share{
            padding: 14px 24px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-share:hover{
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }.wpc-scope-84 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-toast{
            position: fixed;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--bg-gradient);
            color: white;
            padding: 18px 36px;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            font-family: var(--font-primary);
            font-size: 1rem;
            font-weight: 500;
            z-index: 2000;
            display: none;
            align-items: center;
            gap: 14px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            opacity: 0;
            transition: all 0.3s ease;
        }@media (max-width: 600px){.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-card{
                max-width: 98vw;
                border-radius: 12px;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-video-container{
                padding: 12px 2vw 0 2vw;
            }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo-container{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	gap: 12px;
	flex-direction: column;
}.tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-controls{
	display: flex;
	gap: 16px;
	align-items: center;
	flex-direction: column;
}.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
	display: flex;
	gap: 12px;
	padding: 0 20px 20px;
	flex-direction: column;
}.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-author{
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: column;
}}.wpc-scope-84 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}.wpc-scope-84 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .ig-rv-sort-filter{}.wpc-scope-84 .tc-wp-tool-root .next{}.wpc-scope-84 .tc-wp-tool-root .pb-5{}.wpc-scope-84 .tc-wp-tool-root .prev{}