@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* Base Setup */
.if-alt-content {
font-family: 'Inter', sans-serif;
color: #1a2a3a; /* Matching tool primary navy */
line-height: 1.6;
}
/* Force standard Solid Icons */
.if-alt-content i {
font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
font-weight: 900 !important;
font-style: normal !important;
display: inline-block !important;
}
.content-1200 {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.alt-sec { padding: 90px 0; width: 100%; }
.sec-white { background-color: #ffffff; }
.sec-light-blue { background-color: #f0f7ff; }
/* Centered Header Section */
.header-box { text-align: center; margin-bottom: 50px; }
.wh-keyword-title {
font-size: clamp(24px, 5vw, 36px);
font-weight: 800;
margin-bottom: 12px;
color: #0060ff; /* Tool Blue */
letter-spacing: -0.02em;
}
.wh-sub-text {
font-size: 18px;
color: #475569;
max-width: 700px;
margin: 0 auto;
opacity: 0.8;
}
/* 4 Column Card Grid */
.alt-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
}
.alt-card {
padding: 40px 25px;
border-radius: 10px; /* Specific Requirement */
text-align: left;
transition: all 0.4s ease;
border: 1px solid rgba(0, 96, 255, 0.05);
}
.alt-card h3 {
font-size: 19px;
font-weight: 700;
margin-bottom: 12px;
color: #1a2a3a;
}
.alt-card p {
font-size: 14px;
color: #64748b;
}
.alt-icon-wrap {
font-size: 32px;
margin-bottom: 25px;
display: inline-block;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* --- Section 1: Elevation & 3D Tilt --- */
.sec-white .alt-card { background-color: #f0f7ff; }
.circle-border {
width: 65px; height: 65px;
border: 2px solid #0060ff;
border-radius: 50%;
display: flex !important;
align-items: center; justify-content: center;
color: #0060ff;
}
.variant-elevate:hover {
transform: translateY(-15px) rotateX(10deg);
box-shadow: 0 25px 50px -12px rgba(0, 96, 255, 0.15);
}
.variant-elevate:hover .alt-icon-wrap {
transform: scale(1.1) rotate(15deg);
background: rgba(0, 96, 255, 0.05);
}
/* --- Section 2: Skew & Border Glow --- */
.sec-light-blue .alt-card { background-color: #ffffff; }
.box-style {
width: 60px; height: 60px;
background: #f0f7ff;
border-radius: 12px;
display: flex !important;
align-items: center; justify-content: center;
color: #00aaff;
}
.variant-skew:hover {
transform: skewY(-2deg) scale(1.02);
box-shadow: 5px 15px 30px rgba(0, 170, 255, 0.1);
}
.variant-skew:hover .box-style {
background: #0060ff;
color: #ffffff !important;
border-radius: 50%;
}
.variant-skew:hover .box-style i { color: #ffffff !important; }
/* --- Section 3: Pop & Float --- */
.jump-style i { color: #f093fb; }
.variant-glow:hover {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(240, 147, 251, 0.15);
}
.variant-glow:hover .jump-style {
animation: iconJump 0.8s ease infinite alternate;
text-shadow: 0 0 15px rgba(240, 147, 251, 0.6);
}
@keyframes iconJump {
from { transform: translateY(0); }
to { transform: translateY(-10px); }
}
/* RESPONSIVE LOGIC */
@media (max-width: 1024px) {
.alt-grid { grid-template-columns: repeat(2, 1fr); }
.wh-keyword-title { font-size: 28px; }
}
@media (max-width: 768px) {
.alt-sec { padding: 60px 0; }
.wh-sub-text { font-size: 16px; }
}
@media (max-width: 500px) {
.alt-grid { grid-template-columns: 1fr; }
.alt-card { padding: 30px 20px; }
}

:root {
            /* Instagram Brand Colors */
            --instagram-gradient: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            --instagram-primary: #E4405F;
            --instagram-secondary: #F77737;
            --instagram-accent: #FCAF45;
            --instagram-purple: #8A3AB9;
            --instagram-blue: #4C68D7;
            
            /* Professional Gradients */
            --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            --gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            --gradient-success: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
            --gradient-instagram: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            --gradient-professional: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
            --gradient-card: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
            --gradient-section: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
            
            /* Colors */
            --color-primary: #667eea;
            --color-secondary: #764ba2;
            --color-accent: #f093fb;
            --color-verified: #00d4ff;
            --color-success: #43e97b;
            --color-warning: #f093fb;
            --color-error: #f5576c;
            --text-primary: #2d3748;
            --text-secondary: #4a5568;
            --text-muted: #718096;
            --text-light: #ffffff;
            --border-color: rgba(102, 126, 234, 0.2);
            --background-primary: #ffffff;
            --background-secondary: #f8fafc;
            --background-dark: #1a202c;
            --background-glass: rgba(255, 255, 255, 0.95);
            --background-card: rgba(255, 255, 255, 0.9);
            --background-glass-strong: rgba(255, 255, 255, 0.98);
            --border-radius-lg: 16px;
            --border-radius-md: 12px;
            --border-radius-sm: 8px;
            --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            --shadow-glow: 0 0 0 1px rgba(102, 126, 234, 0.1), 0 8px 32px 0 rgba(102, 126, 234, 0.15);
        }

        * {
            box-sizing: border-box;
        }

      
        .instragram_body {
            box-sizing: border-box;
            padding-top: 80px !important;
            margin: 0;
            padding: 0;
            font-family: 'Inter', sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
            color: var(--text-primary);
            overflow-x: hidden;
            min-height: 100vh;
            line-height: 1.6;
        }

        .instragram_body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background:
                radial-gradient(circle at 20% 20%, rgba(102, 126, 234, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 40% 60%, rgba(240, 147, 251, 0.1) 0%, transparent 50%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
            animation: backgroundFloat 20s ease-in-out infinite alternate;
            z-index: 0;
            filter: blur(2px);
              pointer-events: none;
        }

        .wrapper {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 1rem;
            position: relative;
            z-index: 1;
        }

        .wrapper-sm {
            max-width: 640px;
        }

        .wrapper-md {
            max-width: 768px;
        }

        .wrapper-lg {
            max-width: 1024px;
        }

        .wrapper-xl {
            max-width: 1280px;
        }

        .wrapper-2xl {
            max-width: 1400px;
        }

        .header {
            text-align: center;
            margin-bottom: 2rem;
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-xl);
            padding: 2rem 1.5rem;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
        }

        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: var(--instagram-gradient);
            z-index: 0;
        }

        .header-icon {
            font-size: 3rem;
            background: var(--instagram-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1rem;
            animation: iconGlow 3s ease-in-out infinite alternate;
            z-index: 1;
            position: relative;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }

        .header h1 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            background: var(--instagram-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 0.5rem 0;
            letter-spacing: -1px;
            z-index: 1;
            position: relative;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .header-subtitle {
            font-size: 1.1rem;
            color: var(--text-secondary);
            margin: 0 0 1.5rem 0;
            font-weight: 500;
        }

        .professional-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--instagram-gradient);
            color: var(--text-light);
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            box-shadow: var(--shadow-lg);
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .professional-badge::after {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }

        .search-section {
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: var(--shadow-xl);
            position: relative;
            overflow: hidden;
        }

        .search-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--gradient-professional);
            z-index: 0;
        }

        .search-form {
            display: flex;
            gap: 1rem;
            align-items: center;
        }

        .search-input {
            flex: 1 !important;
            padding: 1rem 1.5rem !important;
            border: 2px solid var(--border-color) !important;
            border-radius: var(--border-radius-md) !important;
            font-size: 1rem !important;
            background: var(--background-primary) !important;
            color: var(--text-primary) !important;
            outline: none !important;
            transition: all 0.3s ease !important;
        }

        .search-input:focus {
            border-color: var(--color-primary);
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-1px);
        }

        .search-input::placeholder {
            color: var(--text-muted);
        }

        .search-btn {
            cursor: pointer;
            border: none;
            padding: 1rem 2rem;
            border-radius: var(--border-radius-md);
            font-weight: 600;
            font-size: 1rem;
            background: var(--instagram-gradient);
            color: var(--text-light);
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: var(--shadow-lg);
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .search-btn::after {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .search-btn:hover::after {
            left: 100%;
        }

        .search-btn:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }

        .search-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }

        .analytics-dashboard {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-bottom: 2rem;
        }

        .analytics-card {
            background: var(--gradient-card);
            border-radius: var(--border-radius-md);
            padding: 2rem 1.5rem;
            border: 2px solid rgba(255, 255, 255, 0.3);
            box-shadow: var(--shadow-lg);
            backdrop-filter: blur(20px);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .analytics-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--instagram-gradient);
        }

        .analytics-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .analytics-icon {
            font-size: 2rem;
            background: var(--instagram-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 1rem;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }

        .analytics-value {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 0.5rem;
        }

        .analytics-label {
            color: var(--text-secondary);
            font-size: 0.9rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .controls-section {
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
            padding: 1.5rem;
            margin-bottom: 2rem;
            display: flex;
            gap: 1rem;
            align-items: center;
            flex-wrap: wrap;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }

        .controls-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--gradient-professional);
            z-index: 0;
        }

        .filter-group {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .filter-label {
            color: var(--text-secondary);
            font-weight: 500;
            font-size: 0.9rem;
        }

        .filter-select {
            padding: 0.5rem 1rem;
            border: 1px solid var(--border-color);
            border-radius: var(--border-radius-sm);
            background: var(--background-primary);
            color: var(--text-primary);
            outline: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .filter-select:focus {
            border-color: var(--color-primary);
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
        }

        .search-box {
            flex: 1 !important;
            min-width: 200px !important;
            padding: 0.5rem 1rem !important;
            border: 1px solid var(--border-color) !important;
            border-radius: var(--border-radius-sm) !important;
            background: var(--background-primary) !important;
            color: var(--text-primary) !important;
            outline: none !important;
            font-size: 0.9rem !important;
        }

        .search-box:focus {
            border-color: var(--color-primary);
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
        }

        .search-box::placeholder {
            color: var(--text-muted);
        }

        .results-container {
            display: none;
            flex-direction: column;
            gap: 1.5rem;
        }

        .results-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: var(--gradient-card);
            border-radius: var(--border-radius-lg);
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
            padding: 1.5rem;
            margin-bottom: 1rem;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }

        .results-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--instagram-gradient);
            z-index: 0;
        }

        .results-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--text-primary);
        }

        .results-count {
            color: var(--text-secondary);
            font-size: 0.9rem;
        }

        .follower-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1.5rem;
            width: 100%;
        }

        .follower-card {
            background: var(--gradient-card);
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: var(--border-radius-lg);
            padding: 1.5rem;
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
            opacity: 0;
            transform: translateY(20px);
            animation: cardSlideIn 0.6s ease forwards;
            transition: all 0.3s ease;
            backdrop-filter: blur(20px);
        }

        .follower-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--instagram-gradient);
        }

        .follower-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .follower-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .follower-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            position: relative;
            background: var(--instagram-gradient);
            padding: 3px;
            box-shadow: var(--shadow-md);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .follower-card:hover .follower-avatar {
            transform: scale(1.05);
            box-shadow: var(--shadow-md);
        }

        .follower-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            background: var(--background-secondary);
            z-index: 1;
            border: 2px solid var(--background-primary);
            transition: all 0.3s ease;
        }

        .follower-card:hover .follower-avatar img {
            border-color: var(--color-primary);
        }

        .follower-avatar-fallback {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--gradient-primary);
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-light);
            letter-spacing: 0.5px;
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            border: 2px solid var(--background-primary);
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        }

        .follower-info {
            flex: 1;
            min-width: 0;
        }

        .follower-name {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--text-primary);
            margin-bottom: 0.25rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            line-height: 1.3;
        }

        .verified-badge {
            color: var(--text-light);
            font-size: 0.9rem;
            background: var(--instagram-gradient);
            border-radius: 50%;
            padding: 3px 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: var(--shadow-sm);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .follower-username {
            color: var(--text-secondary);
            font-size: 0.9rem;
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 500;
            display: block;
            margin-bottom: 1rem;
        }

        .follower-username:hover {
            color: var(--color-primary);
        }

        .follower-stats {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
            padding: 1rem;
            border-top: 1px solid var(--border-color);
            background: var(--background-secondary);
            border-radius: var(--border-radius-sm);
        }

        .stat-item {
            text-align: center;
            flex: 1;
            position: relative;
        }

        .stat-item::after {
            content: '';
            position: absolute;
            top: 50%;
            right: -0.5rem;
            transform: translateY(-50%);
            width: 1px;
            height: 60%;
            background: var(--border-color);
        }

        .stat-item:last-child::after {
            display: none;
        }

        .stat-value {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
            color: var(--text-primary);
            font-size: 1rem;
            margin-bottom: 0.25rem;
        }

        .stat-label {
            color: var(--text-muted);
            font-size: 0.75rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .load-more-container {
            display: flex;
            justify-content: center;
            margin-top: 2rem;
        }

        .load-more-btn {
            cursor: pointer;
            border: none;
            padding: 1rem 2rem;
            border-radius: var(--border-radius-md);
            font-weight: 600;
            font-size: 1rem;
            background: var(--instagram-gradient);
            color: var(--text-light);
            transition: all 0.3s ease;
            box-shadow: var(--shadow-lg);
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .load-more-btn::after {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .load-more-btn:hover::after {
            left: 100%;
        }

        .load-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }

        .toast {
            position: fixed;
            bottom: -100px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--background-glass-strong);
            color: var(--text-primary);
            padding: 1rem 1.5rem;
            border-radius: var(--border-radius-md);
            box-shadow: var(--shadow-lg);
            z-index: 1000;
            transition: bottom 0.5s ease;
            font-weight: 500;
            border: 1px solid var(--border-color);
            backdrop-filter: blur(10px);
            font-size: 0.9rem;
        }

        .toast.show {
            bottom: 2rem;
        }

        .toast.error {
            background: var(--color-error);
            border-color: var(--color-error);
            color: var(--text-light);
        }

        .toast.success {
            background: var(--color-success);
            border-color: var(--color-success);
            color: var(--text-light);
        }

        .spinner {
            border: 2px solid var(--border-color);
            border-left-color: var(--color-primary);
            border-radius: 50%;
            width: 16px;
            height: 16px;
            animation: spin 1s linear infinite;
        }

        @keyframes backgroundFloat {
            0% {
                transform: translate(-5%, -5%) scale(1.1);
            }

            100% {
                transform: translate(5%, 5%) scale(1.1);
            }
        }

        @keyframes iconGlow {
            0% {
                filter: drop-shadow(0 8px 25px rgba(102, 126, 234, 0.4));
            }

            100% {
                filter: drop-shadow(0 8px 35px rgba(102, 126, 234, 0.6));
            }
        }

        @keyframes cardSlideIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        /* Responsive Design - Mobile First Approach */
			@media (max-width: 992px) {
    .wrapper-2xl {
        max-width: 960px; /* Adjust for larger tablets */
    }

    .analytics-dashboard {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Slightly smaller cards */
        gap: 1rem;
    }

    .follower-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Adjust for two columns on larger tablets */
        gap: 1rem;
    }

    .controls-section {
        padding: 1rem;
        flex-direction: column; /* Stack controls vertically */
        align-items: stretch;
    }

    .filter-group {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .filter-select,
    .search-box {
        width: 100%; /* Full width for input fields */
        margin-top: 0.5rem;
    }
				
				.follower-grid {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1rem;
}
}

@media (max-width: 768px) {
    .instragram_body {
        padding: 0.5rem;
    }

    .wrapper {
        padding: 0.5rem;
    }

    .wrapper-lg,
    .wrapper-md,
    .wrapper-sm,
    .wrapper-xl,
    .wrapper-2xl {
        max-width: 100%; /* Full width for smaller devices */
    }

    .header {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }

    .header h1 {
        font-size: 2rem; /* Smaller heading */
    }

    .header-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .professional-badge {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    .search-section {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .search-form {
        flex-direction: column; /* Stack search elements vertically */
        gap: 0.8rem;
    }

    .search-input {
        width: 100%;
        padding: 0.8rem 1.2rem !important;
        font-size: 0.95rem !important;
    }

    .search-btn {
        width: 100%;
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }

    .analytics-dashboard {
        grid-template-columns: 1fr; /* Single column for analytics cards */
        gap: 1rem;
    }

    .analytics-card {
        padding: 1.5rem 1rem;
    }

    .analytics-icon {
        font-size: 1.8rem;
    }

    .analytics-value {
        font-size: 1.8rem;
    }

    .analytics-label {
        font-size: 0.8rem;
    }

    .controls-section {
        padding: 1rem;
        flex-direction: column;
        gap: 0.8rem;
    }

    .filter-group {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-select,
    .search-box {
        width: 100%;
        margin-top: 0.5rem;
        padding: 0.6rem 1rem !important;
        font-size: 0.9rem !important;
    }

    .results-header {
        padding: 1rem;
        margin-bottom: 0.8rem;
        flex-direction: column; /* Stack header elements */
        align-items: flex-start;
        gap: 0.5rem;
    }

    .results-title {
        font-size: 1.1rem;
    }

    .results-count {
        font-size: 0.85rem;
    }

    .follower-grid {
        grid-template-columns: 1fr; /* Single column for follower cards */
        gap: 1rem;
    }

    .follower-card {
        padding: 1rem;
    }

    .follower-header {
        flex-direction: column; /* Stack avatar and info vertically */
        text-align: center;
        gap: 0.8rem;
        margin-bottom: 1rem;
    }

    .follower-avatar {
        width: 50px;
        height: 50px;
        padding: 2px;
    }

    .follower-avatar-fallback {
        font-size: 1.3rem;
    }

    .follower-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .follower-name {
        font-size: 1rem;
        margin-bottom: 0.15rem;
    }

    .verified-badge {
        font-size: 0.8rem;
        padding: 2px 5px;
    }

    .follower-username {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

    .follower-stats {
        flex-wrap: wrap; /* Allow stats to wrap if needed */
        justify-content: center;
        padding: 0.8rem;
    }

    .stat-item {
        flex-basis: 45%; /* Two columns for stats on smaller screens */
        margin-bottom: 0.5rem;
    }

    .stat-item::after {
        display: none; /* Remove vertical separator */
    }

    .stat-value {
        font-size: 0.9rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .load-more-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }

    .toast {
        bottom: 1rem;
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
        max-width: 90%; /* Prevent toast from being too wide */
    }
}

@media (max-width: 600px) {
    .header h1 {
        font-size: 1.8rem;
    }

    .header-subtitle {
        font-size: 0.9rem;
    }

    .professional-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .search-input,
    .search-btn {
        padding: 0.7rem 1rem !important;
        font-size: 0.9rem !important;
    }

    .analytics-icon {
        font-size: 1.6rem;
    }

    .analytics-value {
        font-size: 1.6rem;
    }

    .analytics-label {
        font-size: 0.75rem;
    }

    .filter-select,
    .search-box {
        padding: 0.5rem 0.8rem !important;
        font-size: 0.85rem !important;
    }

    .results-title {
        font-size: 1rem;
    }

    .results-count {
        font-size: 0.8rem;
    }

    .follower-avatar {
        width: 45px;
        height: 45px;
    }

    .follower-avatar-fallback {
        font-size: 1.2rem;
    }

    .follower-name {
        font-size: 0.95rem;
    }

    .follower-username {
        font-size: 0.8rem;
    }

    .stat-value {
        font-size: 0.85rem;
    }

    .stat-label {
        font-size: 0.65rem;
    }

    .load-more-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    .toast {
        padding: 0.7rem 1rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 400px) {
    .header h1 {
        font-size: 1.6rem;
    }

    .header-subtitle {
        font-size: 0.85rem;
    }

    .professional-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

    .search-input,
    .search-btn {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.85rem !important;
    }

    .analytics-icon {
        font-size: 1.4rem;
    }

    .analytics-value {
        font-size: 1.4rem;
    }

    .analytics-label {
        font-size: 0.7rem;
    }

    .filter-select,
    .search-box {
        padding: 0.4rem 0.6rem !important;
        font-size: 0.8rem !important;
    }

    .results-title {
        font-size: 0.95rem;
    }

    .results-count {
        font-size: 0.75rem;
    }

    .follower-avatar {
        width: 40px;
        height: 40px;
    }

    .follower-avatar-fallback {
        font-size: 1rem;
    }

    .follower-name {
        font-size: 0.9rem;
    }

    .verified-badge {
        font-size: 0.7rem;
        padding: 1px 4px;
    }

    .follower-username {
        font-size: 0.75rem;
    }

    .stat-value {
        font-size: 0.8rem;
    }

    .stat-label {
        font-size: 0.6rem;
    }

    .load-more-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .toast {
        padding: 0.6rem 0.8rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 375px) {
    .header h1 {
        font-size: 1.5rem;
    }

    .header-subtitle {
        font-size: 0.8rem;
    }

    .professional-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }

    .search-input,
    .search-btn {
        padding: 0.5rem 0.7rem !important;
        font-size: 0.8rem !important;
    }

    .analytics-icon {
        font-size: 1.2rem;
    }

    .analytics-value {
        font-size: 1.2rem;
    }

    .analytics-label {
        font-size: 0.65rem;
    }

    .filter-select,
    .search-box {
        padding: 0.3rem 0.5rem !important;
        font-size: 0.75rem !important;
    }

    .results-title {
        font-size: 0.9rem;
    }

    .results-count {
        font-size: 0.7rem;
    }

    .follower-avatar {
        width: 35px;
        height: 35px;
    }

    .follower-avatar-fallback {
        font-size: 0.9rem;
    }

    .follower-name {
        font-size: 0.85rem;
    }

    .verified-badge {
        font-size: 0.65rem;
        padding: 1px 3px;
    }

    .follower-username {
        font-size: 0.7rem;
    }

    .stat-value {
        font-size: 0.75rem;
    }

    .stat-label {
        font-size: 0.55rem;
    }

    .load-more-btn {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }

    .toast {
        padding: 0.5rem 0.7rem;
        font-size: 0.7rem;
    }
}

/* Base Setup */
.if-alt-content {
    font-family: 'Inter', sans-serif;
    color: #1a2a3a; /* Matching tool primary navy */
    line-height: 1.6;
}

/* Force standard Solid Icons */
.if-alt-content i {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    display: inline-block !important;
}

.content-1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.alt-sec { padding: 90px 0; width: 100%; }
.sec-white { background-color: #ffffff; }
.sec-light-blue { background-color: #f0f7ff; }

/* Centered Header Section */
.header-box { text-align: center; margin-bottom: 50px; }

.wh-keyword-title {
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 800;
    margin-bottom: 12px;
    color: #0060ff; /* Tool Blue */
    letter-spacing: -0.02em;
}

.wh-sub-text {
    font-size: 18px;
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.8;
}

/* 4 Column Card Grid */
.alt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.alt-card {
    padding: 40px 25px;
    border-radius: 10px; /* Specific Requirement */
    text-align: left;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 96, 255, 0.05);
}

.alt-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a2a3a;
}

.alt-card p {
    font-size: 14px;
    color: #64748b;
}

.alt-icon-wrap {
    font-size: 32px;
    margin-bottom: 25px;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- Section 1: Elevation & 3D Tilt --- */
.sec-white .alt-card { background-color: #f0f7ff; }

.circle-border {
    width: 65px; height: 65px;
    border: 2px solid #0060ff;
    border-radius: 50%;
    display: flex !important;
    align-items: center; justify-content: center;
    color: #0060ff;
}

.variant-elevate:hover {
    transform: translateY(-15px) rotateX(10deg);
    box-shadow: 0 25px 50px -12px rgba(0, 96, 255, 0.15);
}

.variant-elevate:hover .alt-icon-wrap {
    transform: scale(1.1) rotate(15deg);
    background: rgba(0, 96, 255, 0.05);
}

/* --- Section 2: Skew & Border Glow --- */
.sec-light-blue .alt-card { background-color: #ffffff; }

.box-style {
    width: 60px; height: 60px;
    background: #f0f7ff;
    border-radius: 12px;
    display: flex !important;
    align-items: center; justify-content: center;
    color: #00aaff;
}

.variant-skew:hover {
    transform: skewY(-2deg) scale(1.02);
    box-shadow: 5px 15px 30px rgba(0, 170, 255, 0.1);
}

.variant-skew:hover .box-style {
    background: #0060ff;
    color: #ffffff !important;
    border-radius: 50%;
}
.variant-skew:hover .box-style i { color: #ffffff !important; }

/* --- Section 3: Pop & Float --- */
.jump-style i { color: #f093fb; }

.variant-glow:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(240, 147, 251, 0.15);
}

.variant-glow:hover .jump-style {
    animation: iconJump 0.8s ease infinite alternate;
    text-shadow: 0 0 15px rgba(240, 147, 251, 0.6);
}

@keyframes iconJump {
    from { transform: translateY(0); }
    to { transform: translateY(-10px); }
}

/* RESPONSIVE LOGIC */
@media (max-width: 1024px) {
    .alt-grid { grid-template-columns: repeat(2, 1fr); }
    .wh-keyword-title { font-size: 28px; }
}

@media (max-width: 768px) {
    .alt-sec { padding: 60px 0; }
    .wh-sub-text { font-size: 16px; }
}

@media (max-width: 500px) {
    .alt-grid { grid-template-columns: 1fr; }
    .alt-card { padding: 30px 20px; }
}