@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-19 .tc-wp-tool-root img, .wpc-scope-19 .tc-wp-tool-root video, .wpc-scope-19 .tc-wp-tool-root svg, .wpc-scope-19 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .navigation-1{
            background: #ffffff;
            transition: all 0.3s ease;
            font-family: "Poppins", sans-serif;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .navbar-brand img{
            max-height: 60px;
            width: auto;
            transition: transform 0.3s ease;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .navbar-brand:hover img{
            transform: scale(1.05);
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .nav-link:hover::after{
            width: 100%;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .nav-link:hover{
            color: #d62976 !important;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-content{
            position: relative;
            z-index: 1;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-work-process-content{
            position: relative;
            z-index: 1;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-features-section{
            padding: var(--ig-rv-section-padding);
            background: white;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card:hover::before{
            width: 100%;
            opacity: 0.1;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-section{
            padding: var(--ig-rv-section-padding);
            background: #f9f9f9;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-image:hover{
            transform: perspective(1000px) rotateY(0deg);
        }.wpc-scope-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-faq-section{
            padding: var(--ig-rv-section-padding);
            background: white;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-body{
            padding: 25px;
            color: #666;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-title{
            color: white;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-title::after{
            background: white;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-floating-element{
            animation: ig-rv-float 6s ease-in-out infinite;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar{
            width: 8px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-track{
            background: #f1f1f1;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-thumb{
            background: var(--ig-rv-gradient-3);
            border-radius: 10px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-thumb:hover{
            background: var(--ig-rv-gradient-4);
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .footer-logo{
            width: 200px;
            margin-bottom: 10px;
            cursor: pointer;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-description{
            font-size: 14px;
            color: #bbb;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-heading{
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 15px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-links .footer-link, .wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .footer-links .footer-link:hover, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-tools .footer-tool:hover{
            color: #fff;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .footer-social .social-icon:hover{
            color: #fff;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-copyright{
            background-color: #1a1a1a;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper{
            font-family: var(--font-primary);
            color: var(--dark);
            background-color: #f8f9fc;
            line-height: 1.6;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-container{
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header{
            position: relative;
            background: var(--bg-gradient);
            color: var(--light);
            padding: 80px 0 100px;
            overflow: hidden;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header-content{
            position: relative;
            z-index: 2;
            text-align: center;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo svg{
            color: var(--light);
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-title{
            font-size: 3.5rem;
            font-weight: 700;
            margin: 0;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-section{
            margin-top: -50px;
            position: relative;
            z-index: 5;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-description{
            margin-bottom: 24px;
            color: rgba(21, 24, 35, 0.7);
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-input-wrapper{
            flex-grow: 1;
            position: relative;
            z-index: 10;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input:hover{
            border-color: var(--secondary-light);
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-section{
            margin: 40px 0;
            display: none;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-controls{
            display: flex;
            gap: 16px;
            align-items: center;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-button.active{
            background: var(--secondary);
            color: white;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button:hover{
            background: rgba(255, 255, 255, 1);
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container{
            display: grid;
            gap: 30px;
            margin-bottom: 40px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.grid{
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list{
            grid-template-columns: 1fr;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video-container{
            position: relative;
            width: 100%;
            padding-bottom: 177.77%;
            
            overflow: hidden;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-video-container{
            padding-bottom: 100%;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video:playing+.ig-rv-reel-overlay{
            opacity: 0;
            pointer-events: none;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-author{
            display: flex;
            align-items: center;
            gap: 12px;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-info{
            display: flex;
            align-items: center;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-name{
            font-weight: 600;
            margin-right: 4px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-verified-badge{
            color: var(--secondary);
            font-size: 14px;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-stat{
            display: flex;
            align-items: center;
            gap: 6px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
            display: flex;
            gap: 12px;
            padding: 0 20px 20px;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download{
            background: var(--bg-gradient);
            color: white;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-share{
            background: rgba(0, 0, 0, 0.05);
            color: var(--dark);
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download:disabled{
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-share:hover{
            background: rgba(0, 0, 0, 0.1);
        }.wpc-scope-19 .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-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button:disabled{
            opacity: 0.5;
            cursor: not-allowed;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-dots{
            display: flex;
            gap: 6px;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-dot.active{
            background: var(--primary);
            transform: scale(1.2);
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-title{
	font-size: 3.5rem;
	font-weight: 700;
	margin: 0;
	color: white;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loading-overlay.active{
            opacity: 1;
            pointer-events: all;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loader-container{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton-card{
            display: flex;
            flex-direction: column;
            gap: 16px;
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.video{
            height: 160px;
            border-radius: 8px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.avatar{
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.text-line{
            height: 12px;
            margin-bottom: 8px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.text-line.short{
            width: 60%;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton-actions{
            display: flex;
            gap: 10px;
        }.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.button{
            height: 36px;
            flex: 1;
            border-radius: 8px;
        }.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}.wpc-scope-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-fullscreen-modal.active{
            opacity: 1;
            pointer-events: auto;
        }.wpc-scope-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-controls{
	display: flex;
	gap: 16px;
	align-items: center;
	flex-direction: column;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
	display: flex;
	gap: 12px;
	padding: 0 20px 20px;
	flex-direction: column;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-author{
	display: flex;
	align-items: center;
	gap: 12px;
	flex-direction: column;
}.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-share:hover{
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }.wpc-scope-19 .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-19 .tc-wp-tool-root .pb-5{
    padding-bottom: 3rem;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper{
    --ig-rv-gradient-1: #ffb86c;
    --ig-rv-gradient-2: #ff7a59;
    --ig-rv-gradient-3: #f23f73;
    --ig-rv-gradient-4: #a855f7;
    --ig-rv-gradient-5: #4f46e5;
    --ig-rv-dark-color: #111827;
    --ig-rv-light-color: #ffffff;
    --ig-rv-gray-color: #f8fafc;
    --ig-rv-instagram-gradient: linear-gradient(135deg, 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(135deg, #4f46e5, #a855f7, #f23f73, #ff7a59, #ffb86c);
    --ig-rv-section-padding: 96px 0;
    --primary: #f23f73;
    --primary-light: #fb7185;
    --primary-dark: #be185d;
    --secondary: #6d5dfc;
    --secondary-light: #8b7cff;
    --secondary-dark: #4f46e5;
    --accent: #12c6e8;
    --dark: #111827;
    --light: #ffffff;
    --muted: #64748b;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-solid: #ffffff;
    --line: rgba(148, 163, 184, 0.22);
    --bg-gradient: linear-gradient(135deg, #4f46e5 0%, #a855f7 42%, #f23f73 100%);
    --bg-gradient-2: linear-gradient(135deg, #12c6e8 0%, #6d5dfc 48%, #f23f73 100%);
    --card-bg: rgba(255, 255, 255, 0.84);
    --card-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    --border-radius: 22px;
    --transition: all 0.28s ease;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    font-family: var(--font-primary);
    color: var(--dark);
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 184, 108, 0.18), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(109, 93, 252, 0.14), transparent 32%),
        linear-gradient(180deg, #fbfdff 0%, #f6f7fb 100%);
    line-height: 1.6;
    isolation: isolate;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper *{
    box-sizing: border-box;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-container{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 20px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .navigation-1{
    background: rgba(255, 255, 255, 0.9);
    transition: var(--transition);
    font-family: var(--font-primary);
    backdrop-filter: blur(14px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .navbar{
    padding: 1.2rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid var(--line);
    min-height: 80px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .navbar-brand img{
    max-height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .navbar-brand:hover img{
    transform: scale(1.04);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .nav-link{
    color: #1f2937 !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.75rem 1.15rem !important;
    position: relative;
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .nav-link::after{
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 4px;
    left: 1.15rem;
    background: var(--bg-gradient);
    border-radius: 999px;
    transition: width 0.3s ease;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .nav-link:hover::after{
    width: calc(100% - 2.3rem);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .nav-link:hover{
    color: var(--primary-dark) !important;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .cta-btn{
    padding: 13px 28px;
    font-size: 1rem;
    font-weight: 700;
    background: var(--bg-gradient);
    color: white !important;
    border-radius: 999px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 16px 35px rgba(242, 63, 115, 0.28);
    white-space: nowrap;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .cta-btn:hover{
    background: var(--ig-rv-instagram-gradient-hover);
    box-shadow: 0 20px 44px rgba(109, 93, 252, 0.26);
    transform: translateY(-2px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .navbar-toggler{
    border: 1px solid rgba(242, 63, 115, 0.18);
    padding: 0.75rem;
    background-color: rgba(242, 63, 115, 0.08);
    border-radius: 12px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header{
    position: relative;
    background:
        radial-gradient(circle at 14% 15%, rgba(255, 255, 255, 0.26), transparent 23%),
        radial-gradient(circle at 86% 12%, rgba(18, 198, 232, 0.2), transparent 28%),
        var(--bg-gradient);
    color: var(--light);
    padding: 82px 28px 112px;
    overflow: hidden;
    border-radius: 0 0 34px 34px;
    box-shadow: 0 32px 90px rgba(79, 70, 229, 0.22);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header-content{
    position: relative;
    z-index: 2;
    text-align: center;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    gap: 16px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo{
    background: rgba(255, 255, 255, 0.18);
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 18px 40px rgba(17, 24, 39, 0.18);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo svg{
    color: var(--light);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-title{
    font-size: clamp(2.15rem, 5vw, 3.65rem);
    font-weight: 700;
    margin: 0;
    color: white;
    line-height: 1.08;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-header-subtitle{
    font-size: clamp(1rem, 2vw, 1.18rem);
    font-weight: 400;
    opacity: 0.92;
    max-width: 720px;
    margin: 10px auto 0;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble{
    position: absolute;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    animation: ig-rv-float 8s infinite ease-in-out;
    backdrop-filter: blur(4px);
}.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble:nth-child(2){
    width: 86px;
    height: 86px;
    top: 50%;
    right: 15%;
    animation-delay: 1s;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble:nth-child(3){
    width: 62px;
    height: 62px;
    bottom: 10%;
    left: 20%;
    animation-delay: 2s;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-bubble:nth-child(4){
    width: 104px;
    height: 104px;
    bottom: -20px;
    right: 5%;
    animation-delay: 3s;
}@keyframes ig-rv-float{
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-18px) rotate(8deg);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-section{
    margin-top: -56px;
    position: relative;
    z-index: 5;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-glass-card{
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    padding: clamp(24px, 4vw, 38px);
    margin-bottom: 34px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    text-align: center;
    position: relative;
    z-index: 10;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-glass-card::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(242, 63, 115, 0.24), rgba(109, 93, 252, 0.22));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-card-title, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-glass-card .ig-rv-card-title{
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    margin-bottom: 10px;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-description{
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 1rem;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-container{
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 720px;
    margin: 0 auto;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-input-wrapper{
    flex-grow: 1;
    position: relative;
    z-index: 10;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-icon{
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    pointer-events: none;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input{
    width: 100%;
    min-height: 56px;
    padding: 16px 16px 16px 52px;
    border-radius: 16px;
    border: 1px solid rgba(109, 93, 252, 0.24);
    font-family: var(--font-secondary);
    font-size: 1rem;
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.96);
    color: var(--dark);
    cursor: text;
    position: relative;
    z-index: 10;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 24px rgba(15, 23, 42, 0.06);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input::placeholder{
    color: #94a3b8;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input:focus{
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 4px rgba(109, 93, 252, 0.16), 0 16px 34px rgba(15, 23, 42, 0.08);
    background: white;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input:hover{
    border-color: var(--secondary-light);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button{
    min-height: 56px;
    background: var(--bg-gradient);
    border: none;
    border-radius: 16px;
    color: white;
    padding: 16px 28px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition);
    box-shadow: 0 16px 34px rgba(242, 63, 115, 0.26);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(109, 93, 252, 0.28);
    filter: saturate(1.06);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button:active{
    transform: translateY(0);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button:focus-visible, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-button:focus-visible, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button:focus-visible, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-action-button:focus-visible, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button:focus-visible, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-close-modal:focus-visible, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-download:focus-visible, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-share:focus-visible{
    outline: none;
    box-shadow: 0 0 0 4px rgba(109, 93, 252, 0.22);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-section{
    margin: 42px 0;
    display: none;
}.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-title, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-header .ig-rv-results-title{
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    background: var(--bg-gradient-2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-controls{
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-mode{
    display: flex;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 14px;
    padding: 5px;
    border: 1px solid var(--line);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-button{
    width: 40px;
    height: 38px;
    padding: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 11px;
    color: var(--dark);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-button:hover{
    background: rgba(109, 93, 252, 0.1);
    color: var(--secondary-dark);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-button.active, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .active{
    background: var(--bg-gradient);
    color: white;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-filter{
    position: relative;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button{
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 10px 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--dark);
    transition: var(--transition);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button:hover{
    background: white;
    transform: translateY(-1px);
    border-color: rgba(109, 93, 252, 0.28);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container{
    display: grid;
    gap: 28px;
    margin-bottom: 40px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.grid, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .grid{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list{
    grid-template-columns: 1fr;
}.wpc-scope-19 .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.68);
    display: flex;
    flex-direction: column;
    animation: ig-rv-fadeIn 0.5s ease forwards;
    opacity: 0;
    position: relative;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
}@keyframes ig-rv-fadeIn{
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-reel-card{
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 24px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video-container{
    position: relative;
    width: 100%;
    padding-bottom: 177.77%;
    overflow: hidden;
    background: #020617;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-video-container{
    padding-bottom: 100%;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    cursor: pointer;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.36));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-video:playing + .ig-rv-reel-overlay{
    opacity: 0;
    pointer-events: none;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-play-button{
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.38);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    backdrop-filter: blur(10px);
    transition: var(--transition);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-play-button:hover{
    background: rgba(255, 255, 255, 0.34);
    transform: scale(1.08);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .play-icon, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .pause-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .fullscreen-button{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.46);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .fullscreen-button:hover{
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .video-duration, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .overlay-time-ago{
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(15, 23, 42, 0.68);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 5px 9px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .overlay-time-ago{
    left: auto;
    right: 12px;
    top: 12px;
    bottom: auto;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-details{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-grow: 1;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-author{
    display: flex;
    align-items: center;
    gap: 12px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-avatar, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .avatar{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(242, 63, 115, 0.75);
    box-shadow: 0 8px 18px rgba(242, 63, 115, 0.16);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-info{
    display: flex;
    align-items: center;
    min-width: 0;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-author-name{
    font-weight: 700;
    margin-right: 4px;
    color: var(--dark);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-verified-badge{
    color: var(--secondary);
    font-size: 14px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-caption{
    font-size: 0.95rem;
    color: rgba(17, 24, 39, 0.76);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3.2em;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-stats{
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    color: var(--muted);
    font-size: 0.9rem;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-stat, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .likes, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .views{
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
    display: flex;
    gap: 12px;
    padding: 0 20px 20px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-action-button, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .button{
    flex: 1;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    border: none;
    font-family: var(--font-primary);
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    font-size: 0.92rem;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download{
    background: var(--bg-gradient);
    color: white;
    box-shadow: 0 12px 26px rgba(242, 63, 115, 0.22);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-share{
    background: rgba(15, 23, 42, 0.06);
    color: var(--dark);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(109, 93, 252, 0.24);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download:disabled{
    opacity: 0.68;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download:disabled:hover{
    transform: none;
    box-shadow: 0 12px 26px rgba(242, 63, 115, 0.22);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-download-spinner, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .download-spinner{
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    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-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-share:hover{
    background: rgba(109, 93, 252, 0.1);
    color: var(--secondary-dark);
    transform: translateY(-2px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-time{
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(15, 23, 42, 0.7);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 9px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 42px 0;
    flex-wrap: wrap;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .prev, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .next{
    background: var(--surface-solid);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 11px 18px;
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: var(--font-primary);
    font-weight: 700;
    color: var(--dark);
    transition: var(--transition);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button:hover:not(:disabled){
    background: var(--bg-gradient);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button:disabled{
    opacity: 0.48;
    cursor: not-allowed;
    box-shadow: none;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-dots{
    display: flex;
    gap: 7px;
    align-items: center;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(100, 116, 139, 0.22);
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-dot.active{
    background: var(--bg-gradient);
    transform: scale(1.25);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loading-overlay{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 250, 252, 0.82);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loading-overlay.active{
    opacity: 1;
    pointer-events: all;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loader-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loader-circle{
    width: 62px;
    height: 62px;
    border: 4px solid rgba(109, 93, 252, 0.18);
    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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-loader-card{
    width: min(320px, calc(100vw - 32px));
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton-card{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton{
    background: linear-gradient(90deg, #eef2f7, #ffffff, #eef2f7);
    background-size: 200% 100%;
    animation: ig-rv-skeleton-loading 1.5s infinite;
    border-radius: 8px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.video{
    position: static;
    height: 160px;
    border-radius: 14px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.text-line, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .text-line{
    height: 12px;
    margin-bottom: 8px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.text-line.short, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .short{
    width: 60%;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton-actions{
    display: flex;
    gap: 10px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.button{
    height: 36px;
    flex: 1;
    border-radius: 10px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-skeleton.button.small, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .small{
    flex: 0.5;
}@keyframes ig-rv-skeleton-loading{
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-error-message, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .error-message{
    text-align: center;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    color: #991b1b;
    background: rgba(254, 242, 242, 0.92);
    border: 1px solid rgba(248, 113, 113, 0.28);
    border-radius: var(--border-radius);
    box-shadow: 0 18px 42px rgba(127, 29, 29, 0.08);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-no-reels, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .no-reels{
    text-align: center;
    padding: 56px 24px;
    color: var(--muted);
    font-size: 1.05rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px dashed rgba(109, 93, 252, 0.28);
    border-radius: var(--border-radius);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-fullscreen-modal{
    position: fixed;
    z-index: 1500;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.76);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    padding: 20px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-fullscreen-modal.active{
    opacity: 1;
    pointer-events: auto;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-card{
    width: 100%;
    max-width: 560px;
    background: rgba(17, 24, 39, 0.96);
    border-radius: 26px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-video-container{
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-video{
    width: 100%;
    aspect-ratio: 16 / 9;
    background: black;
    border-radius: 18px;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
    display: block;
    max-width: 100%;
    height: auto;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-close-modal{
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    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: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-close-modal:hover{
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.06);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-play-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(15, 23, 42, 0.78);
    border-radius: 50%;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.24);
    transition: var(--transition);
    backdrop-filter: blur(10px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-play-overlay:hover{
    background: rgba(15, 23, 42, 0.92);
    transform: translate(-50%, -50%) scale(1.08);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-duration{
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: white;
    background: rgba(15, 23, 42, 0.72);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.9rem;
    z-index: 2;
    display: none;
    backdrop-filter: blur(10px);
    font-weight: 600;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-actions{
    margin-top: 26px;
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 100%;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-download{
    padding: 14px 30px;
    background: var(--bg-gradient);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 16px 34px rgba(242, 63, 115, 0.3);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-download:hover{
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(109, 93, 252, 0.28);
}.wpc-scope-19 .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.18);
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-share:hover{
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}.wpc-scope-19 .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: 16px 28px;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.28);
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 600;
    z-index: 2000;
    display: none;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    opacity: 0;
    transition: var(--transition);
    max-width: calc(100vw - 32px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper #ig-rv-toast-message{
    color: currentColor;
}.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-content, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-work-process-content{
    position: relative;
    z-index: 1;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title{
    font-size: clamp(2.15rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: var(--ig-rv-instagram-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-text{
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2rem;
    opacity: 0.92;
    font-weight: 400;
    color: var(--muted);
}.wpc-scope-19 .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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-work-process-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.08);
}.wpc-scope-19 .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.13);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    margin: 15px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-process-step:hover{
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
}.wpc-scope-19 .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 12px 26px rgba(15, 23, 42, 0.16);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-features-section, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-faq-section{
    padding: var(--ig-rv-section-padding);
    background: white;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card{
    padding: 36px 28px;
    border-radius: 18px;
    background: white;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    margin-bottom: 30px;
    transition: var(--transition);
    border: 1px solid var(--line);
    height: 100%;
    position: relative;
    overflow: hidden;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card::before{
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--ig-rv-instagram-gradient);
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card:hover::before{
    width: 100%;
    opacity: 0.08;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-icon{
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: var(--ig-rv-instagram-gradient);
    color: white;
    font-size: 1.8rem;
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-feature-card:hover .ig-rv-feature-icon{
    transform: rotate(8deg) scale(1.06);
    background: var(--ig-rv-instagram-gradient-hover);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-section{
    padding: var(--ig-rv-section-padding);
    background: #f8fafc;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-image{
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    transform: perspective(1000px) rotateY(-4deg);
    transition: all 0.5s ease;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-why-choose-image:hover{
    transform: perspective(1000px) rotateY(0deg);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-benefit-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 16px;
    background: white;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    border: 1px solid var(--line);
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-benefit-item:hover{
    transform: translateX(6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-benefit-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-item{
    border: 1px solid var(--line);
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-button{
    font-weight: 700;
    color: var(--ig-rv-dark-color);
    padding: 20px 25px;
    background: white;
    box-shadow: none;
    border-radius: 16px 16px 0 0 !important;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-button:not(.collapsed){
    background: #fff;
    color: var(--ig-rv-gradient-3);
    box-shadow: none;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-button:focus{
    box-shadow: 0 0 0 4px rgba(242, 63, 115, 0.14);
    border-color: rgba(242, 63, 115, 0.28);
}.wpc-scope-19 .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='%23f23f73'%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-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-accordion-body{
    padding: 25px;
    color: var(--muted);
}.wpc-scope-19 .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-19 .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: 999px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-title{
    color: white;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-title::after{
    background: white;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-section-subtitle{
    color: var(--muted);
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.08rem;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-light-subtitle{
    color: rgba(255, 255, 255, 0.84);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .ig-rv-floating-element{
    animation: ig-rv-float 6s ease-in-out infinite;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar{
    width: 8px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-track{
    background: #f1f5f9;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-thumb{
    background: var(--primary);
    border-radius: 10px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper ::-webkit-scrollbar-thumb:hover{
    background: var(--secondary);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-section{
    background: radial-gradient(circle at top left, rgba(79, 70, 229, 1) 0%, rgba(17, 24, 39, 1) 58%, rgba(126, 34, 206, 1) 100%);
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-logo{
    width: 200px;
    margin-bottom: 10px;
    cursor: pointer;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-description{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-heading{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-links .footer-link, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-tools .footer-tool, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-link, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-tool{
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-links .footer-link:hover, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-tools .footer-tool:hover, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-link:hover, .wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-tool:hover{
    color: #fff;
    transform: translateX(2px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-social .social-icon{
    color: rgba(255, 255, 255, 0.72);
    font-size: 24px;
    text-decoration: none;
    transition: var(--transition);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-social .social-icon:hover{
    color: #fff;
    transform: translateY(-2px);
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-copyright{
    background-color: #0f172a;
}.wpc-scope-19 .tc-wp-tool-root .ig-rv-wrapper .footer-bottom-text{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}@media (min-width: 768px){.tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-container{
        flex-direction: row;
    }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button{
        width: auto;
        min-width: 156px;
    }}@media (max-width: 991px){.tc-wp-tool-root .ig-rv-wrapper{
        --ig-rv-section-padding: 78px 0;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-process-step::before{
        display: none;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.grid, .tc-wp-tool-root .ig-rv-wrapper .grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }}@media (max-width: 768px){.tc-wp-tool-root .ig-rv-wrapper .ig-rv-container{
        padding: 16px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-header{
        padding: 58px 18px 82px;
        border-radius: 0 0 24px 24px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo-container{
        flex-direction: column;
        gap: 12px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-logo{
        width: 56px;
        height: 56px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-section{
        margin-top: -42px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-glass-card{
        padding: 24px 16px;
        border-radius: 18px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-container{
        max-width: 100%;
    }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-button{
        width: 100%;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-header{
        flex-direction: column;
        align-items: stretch;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-controls{
        width: 100%;
        justify-content: space-between;
        align-items: stretch;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-filter, .tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button{
        width: 100%;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-sort-button{
        justify-content: center;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-view-mode{
        width: 100%;
        justify-content: center;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.grid, .tc-wp-tool-root .ig-rv-wrapper .grid, .tc-wp-tool-root .ig-rv-wrapper .ig-rv-reels-container.list .ig-rv-reel-card{
        grid-template-columns: 1fr;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
        flex-direction: column;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-card{
        max-width: 96vw;
        border-radius: 18px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-video-container{
        padding: 16px;
    }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-modal-video{
        max-width: 100%;
        min-width: 0;
        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-pagination{
        gap: 10px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-pagination-button, .tc-wp-tool-root .ig-rv-wrapper .prev, .tc-wp-tool-root .ig-rv-wrapper .next{
        flex: 1 1 130px;
        justify-content: center;
    }}@media (max-width: 767px){.tc-wp-tool-root .ig-rv-wrapper{
        --ig-rv-section-padding: 66px 0;
    }.tc-wp-tool-root .ig-rv-wrapper .navbar{
        min-height: 70px;
    }.tc-wp-tool-root .ig-rv-wrapper .navbar-collapse{
        background: #ffffff;
        padding: 1.5rem;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }.tc-wp-tool-root .ig-rv-wrapper .nav-link{
        color: #1f2937 !important;
        padding: 1rem 1.25rem !important;
        font-size: 1.08rem;
        font-weight: 600;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        transition: var(--transition);
    }.tc-wp-tool-root .ig-rv-wrapper .nav-link:hover{
        color: var(--primary-dark) !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: 1.5rem auto;
        padding: 14px 26px;
        font-size: 1rem;
        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: 84px 0 56px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-hero-section .ig-rv-hero-title{
        font-size: 2.15rem;
    }.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: 190px;
    }.tc-wp-tool-root .ig-rv-wrapper .footer-description, .tc-wp-tool-root .ig-rv-wrapper .footer-link, .tc-wp-tool-root .ig-rv-wrapper .footer-tool, .tc-wp-tool-root .ig-rv-wrapper .footer-bottom-text{
        font-size: 14px;
    }.tc-wp-tool-root .ig-rv-wrapper .footer-heading{
        font-size: 18px;
    }}@media (max-width: 600px){.tc-wp-tool-root .pb-5{
        padding-bottom: 2rem;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-container{
        padding: 12px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-header{
        padding: 48px 14px 74px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-header-subtitle{
        font-size: 0.96rem;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-card-title, .tc-wp-tool-root .ig-rv-wrapper .ig-rv-results-title{
        text-align: center;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-search-description{
        font-size: 0.95rem;
    }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-search-input{
        min-height: 54px;
        font-size: 0.95rem;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-details{
        padding: 18px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-actions{
        padding: 0 18px 18px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-author{
        align-items: flex-start;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-reel-stats{
        gap: 10px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-card{
        max-width: 98vw;
        border-radius: 14px;
    }.tc-wp-tool-root .ig-rv-wrapper .ig-rv-modal-video-container{
        padding: 12px;
    }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-close-modal{
        width: 40px;
        height: 40px;
        top: 12px;
        right: 12px;
    }.tc-wp-tool-root .ig-rv-wrapper #ig-rv-toast{
        bottom: 18px;
        width: calc(100vw - 24px);
        justify-content: center;
        padding: 14px 18px;
        font-size: 0.92rem;
    }}.wpc-scope-19 /* 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;
}