/* PostShare World-Class Stunning Design - Ultra Professional */

/* Import Beautiful Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* FORCE SMALL ICON SIZES - OVERRIDE ANY LARGE ICONS */
svg.w-3 {
    width: 0.75rem !important;
    height: 0.75rem !important;
}

svg.w-5 {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

/* Prevent any large icons from showing */
svg {
    max-width: 1.25rem !important;
    max-height: 1.25rem !important;
}

/* Global Reset - ULTRA COMPACT SPACING */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* FIXED CONTENT SPACING - NORMAL PADDING RESTORED */
body {
    padding-top: 90px !important;
}

main.main-content {
    padding-top: 20px !important;
    margin-top: 0 !important;
}

/* NORMAL SPACING RESTORED */
.py-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.text-center.mb-12 {
    margin-bottom: 1rem !important;
}

/* Analytics Page Title Fix */
.gradient-text {
    z-index: 10 !important;
    position: relative !important;
}

/* Fix overlapping content */
.max-w-4xl {
    padding-top: 3rem !important;
}

.mb-16 {
    margin-bottom: 2rem !important;
}

/* Ensure all content is visible */
.fade-in {
    padding-top: 2rem !important;
}

.mb-16, .mb-12, .mb-8 {
    margin-bottom: 1rem !important;
}

.py-12 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.text-center.mb-16 {
    margin-bottom: 0.5rem !important;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background: transparent !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: #1a202c;
    background: transparent !important;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    padding-top: 80px !important;
}

/* Beautiful Animated Background - World Class */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        #667eea 0%, 
        #764ba2 20%, 
        #f093fb 40%, 
        #f5576c 60%, 
        #4facfe 80%,
        #667eea 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease-in-out infinite;
    z-index: -1;
    opacity: 1 !important;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Enhanced Pricing and Text Visibility */
.gradient-text {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 25%, #ffffff 50%, #f0f0f0 75%, #ffffff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-weight: 900 !important;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7) !important;
    filter: contrast(1.5) brightness(1.4) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8)) !important;
}

/* Deep White Text for Better Visibility */
.text-white {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
    font-weight: 600 !important;
}

.text-white\/90 {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    font-weight: 500 !important;
}

/* Enhanced Pricing Cards */
.feature-card {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(25px) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3) !important;
}

/* Stronger Menu Text */
.nav-links a {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

/* BRAND CONTAINER STYLING */
.brand-container {
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem;
}

.brand-text {
    font-size: 1.1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    line-height: 1.2;
}

.brand-subtitle {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: -2px;
}

/* FIX BUTTON OVERLAP ISSUE */
.nav-actions {
    gap: 0.25rem !important;
    flex-wrap: nowrap !important;
}

.nav-actions .btn {
    font-size: 0.85rem !important;
    padding: 6px 10px !important;
    margin: 0 1px !important;
    min-width: auto !important;
}

/* TRANSPARENT BUTTONS - CONSISTENT STYLING */
.btn, .btn-primary, .btn-secondary, .mega-deploy-button, .method-btn, .btn-hero, .btn-hero-primary {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    transition: all 0.3s ease !important;
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Floating Particles */
.particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
    background: transparent;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float 8s infinite linear;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

@keyframes float {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Glass Transparency Only for Header/Menu */
.header, .navigation {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* REVOLUTIONARY IMAGE SIZING - STANDARD RESPONSIVE */
.responsive-image-grid {
    width: 100%;
    margin: 0 auto;
}

.single-image-grid {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}

.dual-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.multi-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.post-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

/* REVOLUTIONARY DEPLOYMENT SYSTEM - INDUSTRY FIRST */
.revolutionary-deploy-system {
    margin: 30px 0;
}

.mega-deploy-card {
    background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 50%, #45b7d1 100%);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(255, 107, 107, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.mega-deploy-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 3s infinite linear;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.deploy-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.deploy-icon {
    font-size: 3rem;
    animation: bounce 2s infinite;
}

.deploy-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.deploy-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    animation: pulse 2s infinite;
}

.deploy-desc {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.mega-deploy-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.mega-deploy-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.platform-count {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.backup-methods {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.backup-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.method-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.method-btn {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.method-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
}

/* DEPLOYMENT PROGRESS STYLES */
.deployment-status {
    margin: 20px 0;
}

.platform-status {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    margin: 8px 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.status-indicator {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.status-indicator.loading {
    background: #ffd700;
    box-shadow: 0 0 10px #ffd700;
}

.status-indicator.success {
    background: #00ff00;
    box-shadow: 0 0 10px #00ff00;
    animation: none;
}

.platform-name {
    color: white;
    font-weight: 600;
    flex: 1;
}

.status-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.mobile-deploy-section {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

.mobile-platform {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    border-radius: 8px;
    margin: 8px 0;
}

.deployment-complete {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

/* HEADER AND NAVIGATION STYLING - RESPONSIVE DESIGN */
.header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(25px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 0.5rem 0 !important;
    min-height: 70px !important;
}

/* Mobile Header Override */
@media (max-width: 768px) {
    .header {
        min-height: 120px !important;
        padding: 0.5rem 0 !important;
    }
}

.header-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

.brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.brand-icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 2rem !important;
}

.brand-text {
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4) !important;
}

.nav-actions {
    display: flex !important;
    gap: 0.75rem !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    z-index: 1001 !important;
    position: relative !important;
}

.btn {
    padding: 12px 20px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.navigation {
    background: transparent !important;
    padding: 0 !important;
    height: auto;
    overflow: visible;
}

.nav-links {
    display: flex !important;
    list-style: none !important;
    gap: 20px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-links a {
    color: white !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    display: block !important;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-2px) !important;
}

/* Mobile Responsiveness - COMPLETE FIX */
@media (max-width: 768px) {
    .header {
        min-height: 90px;
        padding: 0.5rem 0;
    }
    
    .header-content {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        padding: 0 0.5rem;
    }
    
    .logo-section {
        order: 1;
    }
    
    .nav-actions {
        order: 2;
        gap: 0.3rem;
    }
    
    .navigation {
        order: 3;
        width: 100%;
        margin-top: 0.5rem;
    }
    
    .nav-links {
        justify-content: center;
        gap: 0.3rem;
        flex-wrap: wrap;
    }
    
    .nav-links a {
        font-size: 0.75rem !important;
        padding: 3px 6px !important;
    }
    
    .btn {
        font-size: 0.8rem !important;
        padding: 6px 10px !important;
    }
    
    .hero {
        padding-top: 140px !important;
    }
    
    .hero-title {
        font-size: 2.5rem !important;
        margin-top: 1rem;
    }
    
    .dual-image-grid,
    .multi-image-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
    }
    
    .deploy-title {
        font-size: 2rem;
    }
    
    .mega-deploy-button {
        font-size: 1.1rem;
        padding: 15px 30px;
    }
    
    .method-buttons {
        grid-template-columns: 1fr;
    }
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    background: transparent;
    position: relative;
    z-index: 2;
}

/* Header - RESPONSIVE DESIGN FIX */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    min-height: 70px;
    height: auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(30px);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    min-height: 50px;
    flex-wrap: wrap;
    gap: 1rem;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.brand-text {
    color: white;
    font-size: 1.1rem;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(45deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn {
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 11px;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    border: 1px solid rgba(102, 126, 234, 0.3) !important;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

/* Navigation */
.navigation {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    margin: 0;
    padding: 0.05rem 0;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    flex-wrap: wrap;
}

.nav-links a {
    color: white !important;
    text-decoration: none;
    font-weight: 700 !important;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    font-size: 0.9rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Hero Section - PROPER SPACING TO AVOID HEADER OVERLAP */
.hero {
    min-height: 100vh;
    padding-top: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    max-width: 900px;
    position: relative;
    z-index: 10;
    margin-top: 40px !important;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.1;
}

.hero-title .gradient-text {
    background: linear-gradient(135deg, #f093fb, #f5576c, #4facfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.btn-hero {
    padding: 18px 36px !important;
    font-size: 1.1rem !important;
    border-radius: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    display: inline-block !important;
    z-index: 999 !important;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4) !important;
    border: none !important;
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.btn-hero:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.6);
}

/* Feature Highlights */
.feature-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.feature-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
}

.feature-card h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Content Sections */
.section {
    padding: 6rem 0;
    position: relative;
}

.section-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 4rem;
    margin: 2rem 0;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #f093fb, #f5576c, #4facfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.feature-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    position: relative;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.feature-item .icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #f093fb;
}

.feature-item h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-item p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

/* Pricing Section */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card.featured {
    border: 2px solid #f093fb;
    transform: scale(1.05);
    background: rgba(240, 147, 251, 0.1);
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pricing-card h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.price {
    font-size: 3rem;
    font-weight: 800;
    color: #f093fb;
    margin: 1.5rem 0;
}

.pricing-features {
    list-style: none;
    margin: 2rem 0;
}

.pricing-features li {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-features li:last-child {
    border-bottom: none;
}

/* Call to Action */
.cta-section {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(240, 147, 251, 0.2));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 4rem 2rem;
    text-align: center;
    margin: 4rem 0;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.cta-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.footer {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0 2rem;
    margin-top: 6rem;
}

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

.footer-section h3 {
    color: #f093fb;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin: 0.8rem 0;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #f093fb;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

/* Animations */
.fade-in {
    animation: fadeIn 1s ease-out;
}

.slide-up {
    animation: slideUp 1s ease-out;
}

.bounce-in {
    animation: bounceIn 1.2s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        opacity: 0; 
        transform: translateY(50px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile Responsive Design - Complete Coverage */
@media (max-width: 768px) {
    
    /* Header Mobile Optimization */
    .header {
        padding: 0.05rem 0;
        max-height: 40px;
    }
    
    .header-content {
        padding: 0.05rem 0;
        min-height: 12px;
        max-height: 30px;
    }
    
    .logo {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .brand-text {
        font-size: 1rem;
    }
    
    .btn {
        padding: 3px 6px;
        font-size: 10px;
    }
    
    .nav-links a {
        font-size: 0.8rem !important;
        padding: 3px 6px;
    }
    
    .navigation {
        padding: 0.02rem 0;
    }
    
    /* Content Mobile Optimization */
    body {
        padding-top: 20px !important;
    }
    
    .hero, .hero-section, .main-hero, .dashboard-hero, .gradient-bg, .compliance-header, .privacy-hero, .terms-hero, .contact-hero, .faq-hero, .ai-gradient, .manual-gradient, .direct-gradient, .profile-hero, .analytics-hero, .refund-gradient {
        padding-top: 45px !important;
    }
    
    .py-16, .py-8, .py-12, .pt-16, .pt-8, .pt-12 {
        padding-top: 45px !important;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    /* Mobile-specific form elements */
    .generation-type-btn {
        font-size: 0.9rem !important;
        padding: 8px 12px !important;
    }
    
    .feature-card {
        padding: 16px !important;
        margin: 16px 0 !important;
    }
    
    .hero-title {
        font-size: 2rem !important;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-hero {
        width: 100%;
        max-width: 300px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .section-content {
        padding: 2rem;
    }
    
    .nav-actions {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2, #f093fb);
}

/* Loading States */
.loading {
    position: relative;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* BUSINESS STANDARD BUTTON AND CONTAINER SIZES */
.btn-hero {
    display: inline-block;
    padding: 16px 32px !important;
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
    min-height: 56px;
    line-height: 24px;
}

/* STANDARD ICON SIZES - WEBSITE WIDE */
.standard-icon-container {
    width: 3rem !important;
    height: 3rem !important;
    max-width: 48px !important;
    max-height: 48px !important;
}

.standard-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

/* Apply to all large icons across website - ULTRA COMPACT */
.w-20, .h-20, .w-24, .h-24 {
    width: 2rem !important;
    height: 2rem !important;
}

.w-16, .h-16 {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.w-14, .h-14 {
    width: 2rem !important;
    height: 2rem !important;
}

.w-12, .h-12 {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

/* Icon text sizing - SMALLER */
.text-3xl {
    font-size: 1.2rem !important;
}

.text-4xl {
    font-size: 1.5rem !important;
}

.text-2xl {
    font-size: 1rem !important;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
}

/* BUSINESS STANDARD FORM INPUTS */
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    padding: 16px 20px !important;
    font-size: 16px !important;
    min-height: 56px !important;
    border-radius: 12px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    backdrop-filter: blur(20px) !important;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 16px !important;
}

textarea {
    min-height: 120px !important;
    resize: vertical;
}

/* BUSINESS STANDARD CONTENT CONTAINERS */
.feature-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    padding: 32px !important;
    margin-bottom: 24px !important;
    transition: all 0.3s ease;
    min-height: 200px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

/* SOCIAL MEDIA SHARING BUTTONS - BUSINESS STANDARD */
.social-share-container {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin: 24px 0 !important;
}

.social-platform-checkbox {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin: 8px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-platform-checkbox:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.social-platform-checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin-right: 12px !important;
    min-height: auto !important;
}

.social-share-button {
    display: inline-block;
    padding: 14px 20px !important;
    margin: 6px !important;
    font-size: 16px !important;
    font-weight: 600;
    color: white !important;
    text-decoration: none !important;
    border-radius: 12px !important;
    transition: all 0.3s ease;
    min-width: 160px;
    text-align: center;
}

.social-share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: white !important;
    text-decoration: none !important;
}

/* PREVIEW CONTAINER - BUSINESS STANDARD */
.post-preview-container {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    padding: 32px !important;
    margin: 32px 0 !important;
    min-height: 300px;
}

.post-content-display {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin: 16px 0 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    min-height: 120px;
}

/* MODERN IMAGE PREVIEW SYSTEM - MOBILE OPTIMIZED LIKE BUFFER/HOOTSUITE */
.image-preview-container {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.image-preview-container.single {
    grid-template-columns: 1fr;
}

.image-preview-container.double {
    grid-template-columns: 1fr 1fr;
}

.image-preview-container.multiple {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.preview-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.preview-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

/* MODERN SHARING SYSTEM - LIKE BUFFER/HOOTSUITE */
.modern-share-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.share-method-card {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(20px);
}

.share-method-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.share-method-icon {
    font-size: 3rem;
    margin-bottom: 12px;
    display: block;
}

.share-method-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.share-method-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.share-method-button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.share-method-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

@media (max-width: 768px) {
    .image-preview-container {
        grid-template-columns: 1fr !important;
        gap: 8px;
    }
    
    .preview-image {
        height: 150px;
    }
    
    .modern-share-buttons {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .share-method-card {
        padding: 16px;
    }
}

/* CRITICAL Z-INDEX FIX FOR HERO SECTIONS - PREVENTS CONTENT HIDING BEHIND HEADER - PROPER HEIGHT */
.hero, .hero-section, .main-hero, .dashboard-hero, .gradient-bg, .compliance-header, .privacy-hero, .terms-hero, .contact-hero, .faq-hero, .ai-gradient, .manual-gradient, .direct-gradient, .profile-hero, .analytics-hero, .refund-gradient {
    padding-top: 60px !important;
    position: relative;
    z-index: 1 !important;
    margin-top: 0px !important;
}

/* Main content containers - UNIVERSAL FIX FOR ALL PAGES - ULTRA MINIMAL HEIGHT */
.main-content, .container, .max-w-4xl, .max-w-6xl, .max-w-7xl, body > div, body > main, body > section {
    position: relative;
    z-index: 1 !important;
    padding-top: 90px !important;
}

/* Hero content and first sections */
.hero-content, .hero-title, .hero-subtitle, .hero-text, .hero-description {
    margin-top: 20px !important;
    position: relative;
    z-index: 2 !important;
}

/* Ensure all page content starts below header - ULTRA MINIMAL HEIGHT */
body {
    padding-top: 25px !important;
}

/* Fix for specific page layouts - PROPER HEIGHT */
.py-16, .py-8, .py-12, .pt-16, .pt-8, .pt-12 {
    padding-top: 60px !important;
}

/* AI Generator Button Styles */
.generation-type-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(10px);
}

.generation-type-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.generation-type-btn.active {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    border-color: #667eea !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.generator-section {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    backdrop-filter: blur(20px);
}

.hidden {
    display: none !important;
}
// Force cache refresh

/* TRANSPARENT BUTTON FIX - NO WHITE BACKGROUNDS */
.btn, .btn-primary, .btn-secondary, .btn-hero, .btn-hero-primary {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-hero:hover, .btn-hero-primary:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-1px) !important;
}

/* Glass Card Styling */
.glass-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}
/* PAYMENT BUTTON FIXES */
a[href*='razorpay-payment.php'] { pointer-events: auto !important; cursor: pointer !important; z-index: 9999 !important; position: relative !important; }
