/* KGB Remote Administration Tool Website Styles */
/* Optimized for Lightning Speed Performance & SEO */
/* Domain: www.kgbrat.org */

/* Critical Performance Optimizations */

/* Optimize font loading */
@font-face {
    font-family: 'system';
    src: local('system-ui'), local('-apple-system'), local('BlinkMacSystemFont'), local('Segoe UI'), local('Roboto'), local('Helvetica Neue'), local('Arial'), local('sans-serif');
    font-display: swap;
}

/* Reduce layout shifts */
img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Optimize animations for performance */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* GPU acceleration for smooth animations */
.hero, .hero h1, .cta-button, .feature-card {
    transform: translateZ(0);
    will-change: transform;
}

/* Optimize critical rendering path */
.above-fold {
    contain: layout style paint;
}

/* Preload critical resources */
/* Preload styles will be handled in HTML */

/* Optimize background images */
.hero {
    background-attachment: scroll; /* Better performance than fixed */
}

/* Reduce paint complexity */
.gradient-text {
    contain: paint;
}

/* Beautiful Corner Decorations */
body::before, .beautiful-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at 0% 0%, rgba(255, 68, 68, 0.3) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

body::after, .beautiful-page::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at 100% 0%, rgba(68, 255, 68, 0.2) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* Bottom Corner Decorations */
html::before, .beautiful-page html::before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at 0% 100%, rgba(68, 68, 255, 0.25) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

html::after, .beautiful-page html::after {
    content: '';
    position: fixed;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at 100% 100%, rgba(255, 255, 68, 0.2) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* Performance Optimizations */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    cursor: default;
}

html {
    cursor: default;
}

/* Custom Red Cursor */
.custom-cursor {
    position: fixed;
    width: 24px;
    height: 24px;
    background: #ff0000;
    background: radial-gradient(circle, #ff4444, #ff0000, #cc0000);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.8), 0 0 50px rgba(255, 0, 0, 0.6), inset 0 0 10px rgba(255, 255, 255, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
}

.custom-cursor::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        opacity: 1;
    }
}

.custom-cursor.hover {
    transform: scale(1.5);
    background: radial-gradient(circle, #ff3333, #ff0000);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.8), 0 0 60px rgba(255, 0, 0, 0.6);
}

.custom-cursor.click {
    transform: scale(0.8);
    background: radial-gradient(circle, #ffff00, #ff0000);
}

/* Critical CSS - Above the fold optimizations */
html {
    scroll-behavior: smooth;
}

/* Preload critical resources */
.preload {
    content-visibility: auto;
    contain-intrinsic-size: 200px;
}

/* Optimize animations for performance */
/* Removed prefers-reduced-motion rule that was interfering with hover effects */

/* GPU acceleration for smooth animations */
.fade-in,
.nav-links a,
.cta-button,
.feature-card,
.demo-card,
.support-card {
    will-change: transform;
    transform: translateZ(0);
}

/* Optimize images */
img {
    max-width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: #fff;
    background: 
        linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 25%, #2d2d2d 50%, #1a1a1a 75%, #0a0a0a 100%),
        radial-gradient(circle at 25% 25%, rgba(255, 68, 68, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(68, 255, 68, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(68, 68, 255, 0.02) 0%, transparent 50%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 100px,
            rgba(255, 68, 68, 0.005) 100px,
            rgba(255, 68, 68, 0.005) 102px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 100px,
            rgba(68, 255, 68, 0.003) 100px,
            rgba(68, 255, 68, 0.003) 102px
        );
    background-attachment: fixed;
    font-weight: 400;
    letter-spacing: -0.01em;
    cursor: default;
    position: relative;
    overflow-x: hidden;
    padding-top: 130px;
}

/* Enhanced Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-top: 2rem;
    background: linear-gradient(135deg, #ff4444, #ff6666, #ffaa44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(255, 68, 68, 0.3);
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: #f0f0f0;
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #e0e0e0;
}

p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #d0d0d0;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.lead-text {
    font-size: 1.25rem;
    font-weight: 500;
    color: #f0f0f0;
    line-height: 1.6;
}

.small-text {
    font-size: 0.9rem;
    color: #b0b0b0;
    font-weight: 400;
}

code, .code {
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    background: rgba(255, 68, 68, 0.1);
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 0.9em;
    color: #ff6666;
}

/* Standard Cursor Effects for Cross-Browser Compatibility */

a, button, .clickable {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Enhanced button interaction states */
button {
    pointer-events: auto !important;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

button:hover {
    transform: translateY(-1px);
}

button:active {
    transform: translateY(0) scale(0.98);
    transition: transform 0.1s ease;
}

button:focus {
    outline: 2px solid rgba(0, 255, 136, 0.6);
    outline-offset: 2px;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.nav-links a {
    cursor: pointer;
}

.logo {
    cursor: pointer;
}

.cta-button, .feature-card, .package-card {
    cursor: pointer;
}

input, textarea, select {
    cursor: text;
}

/* Header and Navigation */
header {
    background: 
        linear-gradient(135deg, 
            rgba(10, 10, 10, 0.95) 0%, 
            rgba(26, 26, 26, 0.98) 15%,
            rgba(45, 45, 45, 0.95) 35%,
            rgba(35, 35, 35, 0.98) 65%,
            rgba(26, 26, 26, 0.95) 85%,
            rgba(15, 15, 15, 0.98) 100%
        ),
        radial-gradient(ellipse at top, rgba(255, 68, 68, 0.08) 0%, transparent 70%),
        radial-gradient(ellipse at bottom right, rgba(255, 102, 102, 0.05) 0%, transparent 60%);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 
        0 8px 40px rgba(0, 0, 0, 0.8),
        0 2px 20px rgba(255, 68, 68, 0.2),
        0 0 80px rgba(255, 68, 68, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px) saturate(1.2);
    border-bottom: 1px solid rgba(255, 68, 68, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    overflow: visible;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: headerGlow 4s ease-in-out infinite;
    min-height: 90px;
}

header:hover {
    box-shadow: 
        0 12px 50px rgba(0, 0, 0, 0.9),
        0 4px 25px rgba(255, 68, 68, 0.3),
        0 0 100px rgba(255, 68, 68, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(35px) saturate(1.4);
    transform: translateY(-1px);
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="headerGrid" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23ff4444" opacity="0.15"/><path d="M 30 0 L 0 0 0 30" fill="none" stroke="%23ff6666" stroke-width="0.2" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23headerGrid)"/></svg>'),
        linear-gradient(45deg, transparent 48%, rgba(255, 68, 68, 0.02) 50%, transparent 52%);
    opacity: 0.4;
    animation: modernSlide 25s ease-in-out infinite;
    pointer-events: none;
}

@keyframes modernSlide {
    0% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(15px) translateY(-5px); }
    50% { transform: translateX(30px) translateY(0); }
    75% { transform: translateX(15px) translateY(5px); }
    100% { transform: translateX(0) translateY(0); }
}

@keyframes headerGlow {
    0%, 100% { 
        box-shadow: 
            0 8px 40px rgba(0, 0, 0, 0.8),
            0 2px 20px rgba(255, 68, 68, 0.2),
            0 0 80px rgba(255, 68, 68, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 8px 40px rgba(0, 0, 0, 0.8),
            0 2px 20px rgba(255, 68, 68, 0.3),
            0 0 100px rgba(255, 68, 68, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-2px); }
}

@keyframes buttonPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

/* Header Particle Effects */
.header-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(255, 68, 68, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.header-particles::before,
.header-particles::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, #ff4444 0%, #ff6666 50%, #ff8888 100%);
    border-radius: 50%;
    box-shadow: 
        0 0 12px #ff4444,
        0 0 24px rgba(255, 68, 68, 0.5),
        20px 10px 0 2px #ff6666,
        20px 10px 8px 2px rgba(255, 102, 102, 0.6),
        40px 20px 0 1px #ff4444,
        40px 20px 6px 1px rgba(255, 68, 68, 0.4),
        60px 5px 0 3px #ff8888,
        60px 5px 10px 3px rgba(255, 136, 136, 0.7),
        80px 15px 0 2px #ff4444,
        100px 25px 0 1px #ff6666,
        120px 8px 0 2px #ff8888,
        140px 18px 0 1px #ff4444,
        160px 12px 0 3px #ff6666,
        180px 22px 0 2px #ff8888,
        200px 6px 0 1px #ff4444,
        220px 16px 0 2px #ff6666,
        240px 26px 0 3px #ff8888,
        260px 9px 0 1px #ff4444,
        280px 19px 0 2px #ff6666,
        300px 29px 0 1px #ff8888,
        320px 3px 0 3px #ff4444,
        340px 13px 0 2px #ff6666,
        360px 23px 0 1px #ff8888,
        380px 7px 0 2px #ff4444;
    animation: floatParticles 18s ease-in-out infinite;
}

.header-particles::after {
    animation-delay: -9s;
    animation-duration: 22s;
    background: radial-gradient(circle, #ff6666 0%, #ff8888 50%, #ffaaaa 100%);
    box-shadow: 
        0 0 15px #ff6666,
        0 0 30px rgba(255, 102, 102, 0.6),
        10px 30px 0 2px #ff8888,
        10px 30px 10px 2px rgba(255, 136, 136, 0.5),
        30px 40px 0 1px #ff6666,
        30px 40px 8px 1px rgba(255, 102, 102, 0.4),
        50px 35px 0 3px #ffaaaa,
        50px 35px 12px 3px rgba(255, 170, 170, 0.7),
        70px 45px 0 2px #ff4444,
        90px 38px 0 1px #ff8888,
        110px 48px 0 2px #ff6666,
        130px 32px 0 3px #ffaaaa,
        150px 42px 0 1px #ff4444,
        170px 36px 0 2px #ff8888,
        190px 46px 0 1px #ff6666,
        210px 33px 0 3px #ffaaaa,
        230px 43px 0 2px #ff4444,
        250px 37px 0 1px #ff8888,
        270px 47px 0 2px #ff6666,
        290px 31px 0 3px #ffaaaa,
        310px 41px 0 1px #ff4444,
        330px 39px 0 2px #ff8888,
        350px 49px 0 1px #ff6666,
        370px 34px 0 3px #ffaaaa,
        390px 44px 0 2px #ff4444;
}

@keyframes floatParticles {
    0% {
        transform: translateX(-100px) translateY(0) rotate(0deg) scale(0.5);
        opacity: 0;
        filter: blur(2px);
    }
    15% {
        opacity: 0.6;
        filter: blur(0px);
        transform: translateX(-50px) translateY(-10px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateX(50vw) translateY(-30px) rotate(180deg) scale(1.2);
        filter: brightness(1.3);
    }
    85% {
        opacity: 0.6;
        transform: translateX(calc(100vw - 50px)) translateY(-40px) rotate(315deg) scale(1);
        filter: blur(0px);
    }
    100% {
        transform: translateX(calc(100vw + 100px)) translateY(-50px) rotate(360deg) scale(0.5);
        opacity: 0;
        filter: blur(2px);
    }
}

/* Free Demo Section */
.free-demo-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.free-demo-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="demoGrid" width="30" height="30" patternUnits="userSpaceOnUse"><path d="M 30 0 L 0 0 0 30" fill="none" stroke="%23ff4444" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23demoGrid)"/></svg>');
    opacity: 0.3;
}

.demo-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.demo-text h2 {
    color: #ff4444;
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 68, 68, 0.5);
}

.demo-text p {
    color: #ccc;
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.demo-features {
    list-style: none;
    margin-bottom: 40px;
}

.demo-features li {
    color: #fff;
    padding: 10px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 68, 68, 0.1);
    transition: all 0.3s ease;
}

.demo-features li:hover {
    color: #ff4444;
    padding-left: 10px;
}

.demo-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.demo-cta-button {
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.demo-cta-button.primary {
    background: linear-gradient(135deg, #ff4444, #ff6666);
    color: white;
    border: 2px solid #ff4444;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
}

.demo-cta-button.primary:hover {
    background: linear-gradient(135deg, #ff6666, #ff4444);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.6);
}

.demo-cta-button.secondary {
    background: transparent;
    color: #ff4444;
    border: 2px solid #ff4444;
}

.demo-cta-button.secondary:hover {
    background: rgba(255, 68, 68, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.3);
}

.demo-visual {
    display: flex;
    justify-content: center;
}

.demo-card {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.1), rgba(255, 68, 68, 0.05));
    border: 2px solid rgba(255, 68, 68, 0.3);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.demo-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 68, 68, 0.5);
    box-shadow: 0 20px 40px rgba(255, 68, 68, 0.2);
}

.demo-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.demo-card h3 {
    color: #ff4444;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.demo-card p {
    color: #ccc;
    font-size: 1.1rem;
}

/* AnyDesk Support Section */
.anydesk-support-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 80px 0;
    position: relative;
}

.support-header {
    text-align: center;
    margin-bottom: 60px;
}

.support-header h2 {
    color: #ff4444;
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 68, 68, 0.5);
}

.support-header p {
    color: #ccc;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.support-card {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.1), rgba(255, 68, 68, 0.05));
    border: 1px solid rgba(255, 68, 68, 0.2);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.support-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 68, 68, 0.4);
    box-shadow: 0 15px 30px rgba(255, 68, 68, 0.2);
}

.support-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.support-card h3 {
    color: #ff4444;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.support-card p {
    color: #ccc;
    line-height: 1.6;
}

.support-contact {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.05), rgba(255, 68, 68, 0.02));
    border: 1px solid rgba(255, 68, 68, 0.2);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.contact-info h3 {
    color: #ff4444;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 68, 68, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 68, 68, 0.1);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 68, 68, 0.1);
    border-color: rgba(255, 68, 68, 0.3);
}

.contact-icon {
    font-size: 1.5rem;
    width: 40px;
    text-align: center;
}

.contact-details {
    flex: 1;
}

.contact-details strong {
    color: #ff4444;
    display: block;
    margin-bottom: 5px;
}

.contact-details span {
    color: #ccc;
}

.anydesk-id {
    font-family: 'Courier New', monospace;
    background: rgba(255, 68, 68, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 68, 68, 0.2);
}

.support-cta {
    text-align: center;
}

.support-button {
    display: inline-block;
    background: linear-gradient(135deg, #ff4444, #ff6666);
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid #ff4444;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
}

.support-button:hover {
    background: linear-gradient(135deg, #ff6666, #ff4444);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.6);
}

.support-note {
    color: #999;
    margin-top: 15px;
    font-size: 0.9rem;
}

/* Responsive Design for New Sections */
@media (max-width: 768px) {
    .demo-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .demo-text h2 {
        font-size: 2rem;
    }
    
    .demo-buttons {
        justify-content: center;
    }
    
    .support-contact {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .support-header h2 {
        font-size: 2rem;
    }
    
    .contact-methods {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .free-demo-section,
    .anydesk-support-section {
        padding: 60px 0;
    }
    
    .demo-text h2,
    .support-header h2 {
        font-size: 1.8rem;
    }
    
    .demo-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .demo-cta-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    .support-contact {
        padding: 25px;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 30px;
    height: 100%;
    min-height: 70px;
}

.logo {
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 1.9rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    background: linear-gradient(135deg, 
        #ff4444 0%, 
        #ff6b6b 25%, 
        #ff8e8e 50%, 
        #ffaaaa 75%, 
        #ff6b6b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: 
        drop-shadow(0 4px 8px rgba(255, 68, 68, 0.4))
        drop-shadow(0 0 20px rgba(255, 68, 68, 0.2));
    cursor: pointer;
    animation: logoFloat 3s ease-in-out infinite;
}



/* Navigation links - consolidated styles */
.nav-links {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    align-items: center;
    flex: 1;
    justify-content: center;
    order: 1;
    margin: 0;
    padding: 0;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 16px 32px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: 
        linear-gradient(135deg, 
            rgba(255, 68, 68, 0.15) 0%, 
            rgba(255, 102, 102, 0.1) 50%,
            rgba(255, 68, 68, 0.08) 100%
        ),
        linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
    border: 1px solid rgba(255, 68, 68, 0.3);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        0 2px 16px rgba(255, 68, 68, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px) saturate(1.2);
    white-space: nowrap;
}

/* Fallback for older browsers */
.nav-links a {
    zoom: 1; /* IE6-7 */
}

.nav-links a:hover {
    filter: alpha(opacity=90); /* IE6-8 */
}

/* Simplified pseudo-elements for better browser compatibility */
.nav-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        transparent 100%
    );
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: inherit;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        #ff4444 0%, 
        #ff6b6b 50%, 
        #ff8888 100%
    );
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-50%);
    border-radius: 1px;
    box-shadow: 0 0 15px rgba(255, 68, 68, 0.6);
}

.nav-links a:hover {
    color: #fff;
    background: 
        linear-gradient(135deg, 
            rgba(255, 68, 68, 0.35) 0%, 
            rgba(255, 102, 102, 0.25) 50%,
            rgba(255, 68, 68, 0.2) 100%
        ),
        linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0%, transparent 100%);
    border-color: rgba(255, 68, 68, 0.7);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 16px 40px rgba(255, 68, 68, 0.5),
        0 8px 25px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(255, 68, 68, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(25px) saturate(1.4);
}

.nav-links a:hover::before {
    left: 100%;
}

.nav-links a:hover::after {
    width: 85%;
}

.nav-links a:active {
    transform: translateY(0) scale(0.98);
    transition: transform 0.15s ease;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3), 0 2px 10px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Mobile Menu Toggle with cross-browser compatibility */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 16px;
    border-radius: 16px;
    background: 
        linear-gradient(135deg, 
            rgba(255, 68, 68, 0.12) 0%, 
            rgba(255, 102, 102, 0.08) 50%,
            rgba(255, 68, 68, 0.06) 100%
        ),
        linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
    border: 1px solid rgba(255, 68, 68, 0.3);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    outline: none;
    order: 3;
    backdrop-filter: blur(20px) saturate(1.2);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 2px 12px rgba(255, 68, 68, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle:hover {
    background: 
        linear-gradient(135deg, 
            rgba(255, 68, 68, 0.2) 0%, 
            rgba(255, 102, 102, 0.15) 50%,
            rgba(255, 68, 68, 0.12) 100%
        ),
        linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0%, transparent 100%);
    border-color: rgba(255, 68, 68, 0.6);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.4),
        0 4px 15px rgba(255, 68, 68, 0.3),
        0 0 25px rgba(255, 68, 68, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px) saturate(1.4);
}

.mobile-menu-toggle:focus {
    outline: 2px solid rgba(255, 68, 68, 0.8);
    outline-offset: 2px;
    background: rgba(255, 68, 68, 0.15);
    border-color: rgba(255, 68, 68, 0.6);
}

.mobile-menu-toggle:focus:not(:focus-visible) {
    outline: none;
}

.mobile-menu-toggle span {
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, 
        #ff4444 0%, 
        #ff6b6b 50%, 
        #ff8888 100%
    );
    margin: 5px 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 2px;
    pointer-events: none;
    box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.3),
        0 0 10px rgba(255, 68, 68, 0.2);
    position: relative;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Responsive Navigation */
@media (max-width: 1200px) {
    .nav-links {
        gap: 1.2rem;
    }
    
    .nav-links a {
        padding: 12px 24px;
        font-size: 0.85rem;
        letter-spacing: 0.8px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
    
    .nav-links {
        gap: 1rem;
    }
    
    .nav-links a {
        padding: 10px 20px;
        font-size: 0.8rem;
        letter-spacing: 0.6px;
    }
    
    .logo {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 100px;
    }
    
    header {
        padding: 0.8rem 0;
        min-height: 80px;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .logo {
        font-size: 1.4rem;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 1rem;
        background: linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(26, 26, 26, 0.95));
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        backdrop-filter: blur(25px);
        border-top: 2px solid rgba(255, 68, 68, 0.4);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8);
        padding: 2rem 1.5rem;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-radius: 0 0 20px 20px;
        margin-top: 1px;
    }
    
    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .nav-links li {
        width: 100%;
    }
    
    .nav-links a {
        padding: 16px 28px;
        width: 100%;
        text-align: center;
        border-radius: 12px;
        margin-bottom: 8px;
        background: linear-gradient(135deg, rgba(255, 68, 68, 0.12), rgba(255, 68, 68, 0.06));
        border: 1.5px solid rgba(255, 68, 68, 0.2);
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: 0.8px;
    }
    
    .nav-links a:hover {
        background: linear-gradient(135deg, rgba(255, 68, 68, 0.25), rgba(255, 68, 68, 0.15));
        transform: translateY(-2px) scale(1.02);
        border-color: rgba(255, 68, 68, 0.4);
        box-shadow: 0 8px 25px rgba(255, 68, 68, 0.3);
    }
    
    /* Mobile Language Switcher */

}

@media (max-width: 480px) {
    body {
        padding-top: 95px;
    }
    
    .logo {
        font-size: 1.5rem;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .nav-links a {
        padding: 12px 20px;
        font-size: 0.95rem;
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    
    .logo {
        padding: 8px 15px;
    }
}

.logo {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.08) translateY(-2px);
    filter: 
        drop-shadow(0 6px 12px rgba(255, 68, 68, 0.5))
        drop-shadow(0 0 30px rgba(255, 68, 68, 0.3))
        drop-shadow(0 0 60px rgba(255, 68, 68, 0.1));
    background: linear-gradient(135deg, 
        #ff3333 0%, 
        #ff5555 25%, 
        #ff7777 50%, 
        #ff9999 75%, 
        #ff5555 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.logo img {
    height: 110px;
    width: 110px;
    transition: all 0.3s ease;
}

.logo:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgba(255, 68, 68, 0.5));
}

/* Duplicate navigation styles removed - using consolidated version above */

/* Current page highlighting */
.nav-links a.current-page {
    background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
    transform: translateY(-1px);
}

.nav-links a.current-page::after {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}

/* Ensure hover effects work on current page */
.nav-links a.current-page:hover {
    background: rgba(255, 102, 102, 0.8) !important;
    color: white !important;
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 2px 8px rgba(255, 68, 68, 0.6) !important;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.nav-links a.current-page:hover::before {
    opacity: 1 !important;
}

.nav-links a.current-page:hover::after {
    width: 100% !important;
}

.nav-links a.current-page:active {
    transform: translateY(0) scale(0.98) !important;
    transition: transform 0.1s ease !important;
}

/* Main Content */
main {
    margin-top: 0; /* Language switcher section handles the spacing */
    min-height: calc(100vh - 130px); /* Account for header + language switcher */
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 25%, #2d2d2d 50%, #1a1a1a 75%, #0a0a0a 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 100px rgba(255, 68, 68, 0.1);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 68, 68, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 102, 102, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(255, 68, 68, 0.08) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="15" height="15" patternUnits="userSpaceOnUse"><path d="M 15 0 L 0 0 0 15" fill="none" stroke="%23444" stroke-width="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.6;
    animation: heroBackground 20s ease-in-out infinite;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(2px 2px at 20% 30%, rgba(255, 68, 68, 0.8), transparent),
        radial-gradient(2px 2px at 40% 70%, rgba(255, 102, 102, 0.6), transparent),
        radial-gradient(1px 1px at 90% 40%, rgba(255, 68, 68, 0.5), transparent),
        radial-gradient(1px 1px at 60% 10%, rgba(255, 102, 102, 0.4), transparent),
        radial-gradient(2px 2px at 10% 90%, rgba(255, 68, 68, 0.7), transparent),
        radial-gradient(1px 1px at 80% 20%, rgba(255, 102, 102, 0.3), transparent);
    background-size: 200px 200px, 300px 300px, 150px 150px, 250px 250px, 180px 180px, 220px 220px;
    animation: floatingStars 25s linear infinite;
    z-index: 1;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 68, 68, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(255, 68, 68, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: heroContentFloat 6s ease-in-out infinite;
}

.hero h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #ff4444, #ff6666, #ff8888, #ff4444);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
    text-shadow: 
        0 0 20px rgba(255, 68, 68, 0.5),
        0 0 40px rgba(255, 68, 68, 0.3),
        0 0 60px rgba(255, 68, 68, 0.1);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.2;
    white-space: normal;
    word-wrap: break-word;
    hyphens: auto;
    position: relative;
    max-width: 100%;
}

.hero h1::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, #ff4444, #ff6666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: blur(2px);
    opacity: 0.7;
}

.hero p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    color: #e0e0e0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
}

.hero p:first-of-type {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #f0f0f0;
}

.hero p:last-of-type {
    font-size: 1.2rem;
    color: #d0d0d0;
    margin-bottom: 2rem;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 25px 0;
}

.badge {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: white;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 2px solid rgba(0, 212, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 4px 15px rgba(0, 212, 255, 0.2),
        0 0 20px rgba(0, 212, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.badge:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 
        0 6px 20px rgba(0, 212, 255, 0.4),
        0 0 30px rgba(0, 212, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: #00d4ff;
}

.badge:hover::before {
    left: 100%;
}

@media (max-width: 768px) {
    .hero-badges {
        gap: 8px;
    }
    
    .badge {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
}

.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #ff4444, #ff6666, #44ff44, #4444ff, #ff4444);
    background-size: 400% 400%;
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
    background-clip: padding-box;
    animation: rainbowGlow 3s ease-in-out infinite;
    box-shadow: 
        0 8px 25px rgba(255, 68, 68, 0.4),
        0 0 30px rgba(255, 68, 68, 0.2),
        0 0 50px rgba(68, 255, 68, 0.1),
        0 0 70px rgba(68, 68, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 68, 68, 0.3);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: buttonPulse 3s ease-in-out infinite;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 12px 35px rgba(255, 68, 68, 0.6),
        0 0 50px rgba(255, 68, 68, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background-position: 100% 0;
    border-color: rgba(255, 68, 68, 0.6);
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:active {
    transform: translateY(-1px) scale(1.02);
}

/* Hero Animations */
@keyframes heroBackground {
    0%, 100% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(-10px) translateY(-5px); }
    50% { transform: translateX(5px) translateY(-10px); }
    75% { transform: translateX(-5px) translateY(5px); }
}

@keyframes floatingStars {
    0% { transform: translateX(0) translateY(0) rotate(0deg); }
    25% { transform: translateX(-20px) translateY(-10px) rotate(90deg); }
    50% { transform: translateX(10px) translateY(-20px) rotate(180deg); }
    75% { transform: translateX(-10px) translateY(10px) rotate(270deg); }
    100% { transform: translateX(0) translateY(0) rotate(360deg); }
}

@keyframes heroContentFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-10px) scale(1.02); }
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes buttonPulse {
    0%, 100% { box-shadow: 0 8px 25px rgba(255, 68, 68, 0.4), 0 0 30px rgba(255, 68, 68, 0.2); }
    50% { box-shadow: 0 8px 25px rgba(255, 68, 68, 0.6), 0 0 40px rgba(255, 68, 68, 0.4); }
}

@keyframes logoGlow {
    0%, 100% { 
        filter: brightness(1) contrast(1);
    }
    50% { 
        filter: brightness(1.3) contrast(1.2);
    }
}

@keyframes logoHalo {
    0%, 100% { 
        opacity: 0.2;
        transform: scale(1);
    }
    50% { 
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes rainbowGlow {
    0% { 
        background-position: 0% 50%;
        box-shadow: 
            0 8px 25px rgba(255, 68, 68, 0.4),
            0 0 30px rgba(255, 68, 68, 0.2),
            0 0 50px rgba(68, 255, 68, 0.1),
            0 0 70px rgba(68, 68, 255, 0.1);
    }
    25% { 
        background-position: 25% 50%;
        box-shadow: 
            0 8px 25px rgba(68, 255, 68, 0.4),
            0 0 30px rgba(68, 255, 68, 0.2),
            0 0 50px rgba(68, 68, 255, 0.1),
            0 0 70px rgba(255, 68, 68, 0.1);
    }
    50% { 
        background-position: 50% 50%;
        box-shadow: 
            0 8px 25px rgba(68, 68, 255, 0.4),
            0 0 30px rgba(68, 68, 255, 0.2),
            0 0 50px rgba(255, 68, 68, 0.1),
            0 0 70px rgba(68, 255, 68, 0.1);
    }
    75% { 
        background-position: 75% 50%;
        box-shadow: 
            0 8px 25px rgba(255, 255, 68, 0.4),
            0 0 30px rgba(255, 255, 68, 0.2),
            0 0 50px rgba(255, 68, 255, 0.1),
            0 0 70px rgba(68, 255, 255, 0.1);
    }
    100% { 
        background-position: 100% 50%;
        box-shadow: 
            0 8px 25px rgba(255, 68, 68, 0.4),
            0 0 30px rgba(255, 68, 68, 0.2),
            0 0 50px rgba(68, 255, 68, 0.1),
            0 0 70px rgba(68, 68, 255, 0.1);
    }
}

/* Beautiful Footer Styling */
.beautiful-footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 25%, #2d2d2d 50%, #1a1a1a 75%, #0a0a0a 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 0 20px;
    margin-top: 80px;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #ff4444, #44ff44, #4444ff, #ff4444) 1;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 68, 68, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(68, 255, 68, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 60%, rgba(68, 68, 255, 0.06) 0%, transparent 50%);
    animation: footerGlow 8s ease-in-out infinite;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.footer-section {
    color: #fff;
}

.footer-title {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(45deg, #ff4444, #ff6666, #44ff44, #4444ff);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: rainbowText 4s ease-in-out infinite;
    margin-bottom: 15px;
    text-shadow: 0 0 30px rgba(255, 68, 68, 0.5);
}

.footer-description {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ff4444, #ff6666);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.5);
    background: linear-gradient(45deg, #44ff44, #66ff66);
}

.social-link:hover::before {
    left: 100%;
}

.footer-subtitle {
    color: #ff4444;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 20px;
}

.footer-links a::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #ff4444;
    font-size: 0.8em;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 25px;
}

.footer-links a:hover::before {
    color: #44ff44;
    transform: scale(1.2);
}

.footer-contact p {
    color: #ccc;
    margin-bottom: 10px;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-contact p:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 68, 68, 0.2);
    position: relative;
    z-index: 2;
}

.footer-copyright p {
    color: #999;
    margin: 0;
    font-size: 0.9rem;
}

.footer-badges {
    display: flex;
    gap: 15px;
}

.badge {
    background: linear-gradient(45deg, #ff4444, #ff6666);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes footerGlow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

@keyframes rainbowText {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-badges {
        justify-content: center;
    }
}

/* Removed Enhanced Custom Cursor - Using standard cursors for better compatibility */

/* Custom Animated Scrollbar */
::-webkit-scrollbar {
    width: 12px;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
}

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 68, 68, 0.1);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff4444 0%, #ff6666 50%, #ff4444 100%);
    border-radius: 10px;
    box-shadow: 
        0 0 10px rgba(255, 68, 68, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 68, 68, 0.3);
    transition: all 0.3s ease;
    animation: scrollbarPulse 3s ease-in-out infinite;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff6666 0%, #ff8888 50%, #ff6666 100%);
    box-shadow: 
        0 0 15px rgba(255, 68, 68, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    transform: scaleX(1.2);
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #ff8888 0%, #ffaaaa 50%, #ff8888 100%);
    box-shadow: 
        0 0 20px rgba(255, 68, 68, 1),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar-corner {
    background: linear-gradient(45deg, #0a0a0a 0%, #1a1a1a 100%);
}

/* Scrollbar Animation */
@keyframes scrollbarPulse {
    0%, 100% {
        box-shadow: 
            0 0 10px rgba(255, 68, 68, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 
            0 0 15px rgba(255, 68, 68, 0.7),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

/* Firefox Scrollbar */
html {
    scrollbar-width: thin;
    scrollbar-color: #ff4444 #1a1a1a;
}

/* Features Section */
.features {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.features h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    color: #00ff88;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 136, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px) rotateX(5deg);
    border-color: #00ff88;
    box-shadow: 0 20px 40px rgba(0, 255, 136, 0.2);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #00ff88;
    display: block;
}

.feature-card .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.feature-card h3 {
    color: #00ff88;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.feature-card p {
    color: #cccccc;
    line-height: 1.6;
}

/* Advanced Protection Section */
.advanced-protection {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f3460 0%, #16213e 50%, #1a1a2e 100%);
    position: relative;
}

.advanced-protection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%2300ff88" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
    opacity: 0.3;
}

.advanced-protection .container {
    position: relative;
    z-index: 1;
}

.advanced-protection h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    color: #00ff88;
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
}

.protection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.protection-card {
    background: rgba(0, 255, 136, 0.05);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 136, 0.3);
    transition: all 0.4s ease;
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    text-align: center;
}

.protection-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(0, 255, 136, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.protection-card:hover::before {
    opacity: 1;
    animation: shimmer 1.5s ease-in-out;
}

.protection-card:hover {
    transform: translateY(-15px) rotateX(10deg) rotateY(5deg);
    border-color: #00ff88;
    box-shadow: 0 25px 50px rgba(0, 255, 136, 0.3);
}

.protection-card .protection-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    text-shadow: 0 0 15px rgba(0, 255, 136, 0.7);
    color: #00ff88;
}

.protection-card h3 {
    color: #00ff88;
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 600;
}

.protection-card p {
    color: #e0e0e0;
    line-height: 1.7;
    font-size: 0.95rem;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Screenshot Gallery Section */
.screenshot-gallery {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 30%, #16213e 70%, #0f1419 100%);
    position: relative;
    overflow: hidden;
}

.screenshot-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(0, 255, 136, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 68, 68, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(68, 68, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
    animation: backgroundShift 20s ease-in-out infinite;
}

@keyframes backgroundShift {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
}

.screenshot-gallery h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 3rem;
    background: linear-gradient(135deg, #00ff88, #00cc6a, #00aa55);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.6);
    position: relative;
    z-index: 2;
    animation: titleGlow 3s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    0% { text-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 60px rgba(0, 255, 136, 0.3); }
    100% { text-shadow: 0 0 40px rgba(0, 255, 136, 0.8), 0 0 80px rgba(0, 255, 136, 0.4); }
}

.screenshot-gallery p {
    text-align: center;
    color: #e0e0e0;
    margin-bottom: 60px;
    font-size: 1.2rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(0, 255, 136, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    perspective: 1200px;
    isolation: isolate;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(26, 26, 46, 0.3));
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.slideshow-container::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00ff88, #ff4444, #4444ff, #00ff88);
    border-radius: 27px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    animation: borderRotate 4s linear infinite;
}

.slideshow-container:hover::before {
    opacity: 0.6;
}

@keyframes borderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.slideshow-container:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 35px 100px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(0, 255, 136, 0.4),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.slide {
    display: none;
    position: relative;
    animation: slideIn 1s ease-out;
    transform-style: preserve-3d;
}

.slide.active {
    display: block;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(100px) rotateY(45deg) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg) scale(1);
    }
}

.slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 25px;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: rotateY(0deg) rotateX(0deg) scale(1);
    filter: brightness(0.9) contrast(1.1);
}

.slide:hover img {
    transform: rotateY(3deg) rotateX(1deg) scale(1.03);
    filter: brightness(1) contrast(1.2);
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.95));
    color: white;
    padding: 50px 35px 35px;
    border-radius: 0 0 25px 25px;
    transform: translateY(100%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(0, 255, 136, 0.3);
}

.slide:hover .slide-caption {
    transform: translateY(0);
}

.slide-caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ff88, transparent);
    animation: captionGlow 2s ease-in-out infinite;
}

@keyframes captionGlow {
    0%, 100% { opacity: 0.5; transform: scaleX(0.8); }
    50% { opacity: 1; transform: scaleX(1); }
}

.slide-caption h3 {
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    font-size: 1.6rem;
    text-shadow: 0 0 15px rgba(0, 255, 136, 0.6);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.slide-caption p {
    color: #f0f0f0;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
    font-weight: 300;
}

.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.9), rgba(0, 204, 106, 0.9));
    color: white;
    border: none;
    padding: 0;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10;
    backdrop-filter: blur(15px);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    user-select: none;
    border: 2px solid rgba(0, 255, 136, 0.3);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-weight: bold;
    opacity: 0.8;
}

.slide-btn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00ff88, #ff4444, #4444ff, #00ff88);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: buttonBorderRotate 3s linear infinite;
}

@keyframes buttonBorderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.slide-btn:hover {
    background: linear-gradient(135deg, rgba(0, 255, 136, 1), rgba(0, 204, 106, 1));
    transform: translateY(-50%) scale(1.1);
    box-shadow: 
        0 12px 35px rgba(0, 255, 136, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(0, 255, 136, 0.6);
    opacity: 1;
}

.slide-btn:hover::before {
    opacity: 0.7;
}

.slide-btn:active {
    transform: translateY(-50%) scale(1.05);
    transition: all 0.1s ease;
}

.slide-btn.prev {
    left: 25px;
}

.slide-btn.next {
    right: 25px;
}

.slide-indicators {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 5;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.indicator {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid rgba(255, 255, 255, 0.2);
    pointer-events: auto;
    user-select: none;
    position: relative;
    z-index: 5;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.indicator::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, #00ff88, #ff4444, #4444ff, #00ff88);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: indicatorBorderRotate 4s linear infinite;
}

@keyframes indicatorBorderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.indicator.active {
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    border-color: rgba(0, 255, 136, 0.6);
    box-shadow: 
        0 0 20px rgba(0, 255, 136, 0.6),
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: scale(1.2);
}

.indicator.active::before {
    opacity: 0.8;
}

.indicator:hover {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.8), rgba(0, 204, 106, 0.8));
    border-color: rgba(0, 255, 136, 0.4);
    box-shadow: 
        0 0 15px rgba(0, 255, 136, 0.4),
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: scale(1.15);
}

.indicator:hover::before {
    opacity: 0.6;
}

.indicator:active {
    transform: scale(1.1);
    transition: all 0.1s ease;
}

/* Button click isolation and hover containment with cross-browser support */
.slide-btn, .indicator {
    contain: layout style;
    will-change: transform, background, box-shadow;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

/* Focus states for accessibility and keyboard navigation */
.slide-btn:focus,
.indicator:focus {
    outline: 2px solid rgba(0, 255, 136, 0.8);
    outline-offset: 2px;
    box-shadow: 
        0 8px 25px rgba(0, 255, 136, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.slide-btn:focus:not(:focus-visible) {
    outline: none;
}

.indicator:focus:not(:focus-visible) {
    outline: none;
}

.slideshow-container * {
    pointer-events: none;
}

.slideshow-container .slide-btn,
.slideshow-container .indicator {
    pointer-events: auto;
}



/* Page Content */
.page-content {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #111 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 68, 68, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(68, 68, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.content-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.header-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block;
    animation: float 3s ease-in-out infinite;
}

.content-header h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ff4444, #ff6666, #ff8888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 68, 68, 0.3);
}

.header-subtitle {
    font-size: 1.2rem;
    color: #ccc;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.capabilities-section {
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.capabilities-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 1rem;
}

.capabilities-icon {
    font-size: 2.5rem;
    animation: pulse 2s infinite;
}

.capabilities-header h3 {
    font-size: 2.2rem;
    color: #ff4444;
    margin: 0;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.capability-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.1) 0%, rgba(26, 26, 26, 0.8) 100%);
    border: 1px solid rgba(255, 68, 68, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.capability-item:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 68, 68, 0.5);
    box-shadow: 0 10px 30px rgba(255, 68, 68, 0.2);
}

.capability-icon {
    font-size: 2rem;
    min-width: 50px;
    text-align: center;
}

.capability-item span {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
}

.content-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.content-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 2.5rem;
    border-radius: 15px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff4444, #ff6666, #ff8888);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.content-card:hover::before {
    transform: scaleX(1);
}

.content-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 68, 68, 0.3);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.card-icon {
    font-size: 2.5rem;
    animation: rotate 4s linear infinite;
}

.card-header h3 {
    color: #ff4444;
    margin: 0;
    font-size: 1.5rem;
}

.content-card p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.card-highlight {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.2), rgba(255, 68, 68, 0.1));
    color: #ff6666;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(255, 68, 68, 0.3);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.page-title {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: #ff4444;
}

.content-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    border: 1px solid #333;
}

.content-section h3 {
    color: #ff4444;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.content-section p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* RDP Package Section */
.rdp-package-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.rdp-package-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255, 68, 68, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(68, 255, 68, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.rdp-content {
    position: relative;
    z-index: 2;
}

.rdp-header {
    text-align: center;
    margin-bottom: 4rem;
}

.rdp-icon {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    display: block;
    animation: bounce 2s infinite;
}

.rdp-header h2 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ff4444, #44ff44, #4444ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(255, 68, 68, 0.4);
}

.rdp-subtitle {
    font-size: 1.3rem;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.rdp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}

.rdp-feature {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.1) 0%, rgba(26, 26, 26, 0.9) 100%);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255, 68, 68, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.rdp-feature:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255, 68, 68, 0.5);
    box-shadow: 0 20px 40px rgba(255, 68, 68, 0.2);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
    animation: pulse 2s infinite;
}

.rdp-feature h3 {
    color: #ff4444;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.rdp-feature p {
    color: #ccc;
    line-height: 1.6;
    font-size: 1rem;
}

.rdp-package-highlight {
    background: linear-gradient(135deg, rgba(68, 255, 68, 0.1) 0%, rgba(26, 26, 26, 0.9) 100%);
    border: 2px solid rgba(68, 255, 68, 0.3);
    border-radius: 20px;
    padding: 3rem;
    margin: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.rdp-package-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(68, 255, 68, 0.1), transparent);
    animation: shimmer 3s linear infinite;
}

.highlight-content {
    position: relative;
    z-index: 2;
}

.highlight-content h3 {
    font-size: 2rem;
    color: #44ff44;
    margin-bottom: 2rem;
}

.package-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.package-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(68, 255, 68, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(68, 255, 68, 0.2);
    transition: all 0.3s ease;
}

.package-item:hover {
    background: rgba(68, 255, 68, 0.2);
    transform: translateX(10px);
}

.item-icon {
    font-size: 1.5rem;
    min-width: 30px;
}

.package-item span:last-child {
    color: #e0e0e0;
    font-weight: 500;
}

.rdp-cta {
    text-align: center;
    margin-top: 4rem;
}

.rdp-cta h3 {
    font-size: 2.2rem;
    color: #ff4444;
    margin-bottom: 1rem;
}

.rdp-cta p {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.rdp-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.rdp-cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rdp-cta-button.primary {
    background: linear-gradient(135deg, #ff4444, #ff6666);
    color: #fff;
    border: 2px solid #ff4444;
}

.rdp-cta-button.primary:hover {
    background: linear-gradient(135deg, #ff6666, #ff8888);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 68, 68, 0.4);
}

.rdp-cta-button.secondary {
    background: transparent;
    color: #44ff44;
    border: 2px solid #44ff44;
}

.rdp-cta-button.secondary:hover {
    background: rgba(68, 255, 68, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(68, 255, 68, 0.3);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Forms */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff4444;
    box-shadow: 0 0 10px rgba(255, 68, 68, 0.3);
}

.submit-btn {
    background: linear-gradient(45deg, #ff4444, #ff6666);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.4);
}

/* Pricing Cards */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.pricing-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #333;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 68, 68, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card > * {
    position: relative;
    z-index: 2;
}

.pricing-card.featured {
    border-color: #ff4444;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(255, 68, 68, 0.3), 0 10px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #2a1a1a 0%, #3d2d2d 50%, #2a1a1a 100%);
}

.pricing-card.premium {
    border: 3px solid #44ff44;
    box-shadow: 0 25px 50px rgba(68, 255, 68, 0.4), 0 10px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(68, 255, 68, 0.15), rgba(255, 68, 68, 0.1), rgba(68, 255, 68, 0.15));
    animation: premiumGlow 3s ease-in-out infinite alternate;
}

.pricing-card.premium::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #44ff44, #ff4444, #44ff44, #ff4444);
    border-radius: 22px;
    z-index: -1;
    animation: borderRotate 4s linear infinite;
}

@keyframes premiumGlow {
    0% { box-shadow: 0 25px 50px rgba(68, 255, 68, 0.4), 0 10px 25px rgba(0, 0, 0, 0.3); }
    100% { box-shadow: 0 30px 60px rgba(68, 255, 68, 0.6), 0 15px 30px rgba(0, 0, 0, 0.4); }
}

@keyframes borderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Testimonials Section */
.testimonials-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.05), rgba(68, 68, 255, 0.05));
    border-radius: 20px;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ff4444" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
    animation: starsMove 20s linear infinite;
}

@keyframes starsMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(-20px) translateY(-20px); }
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 2px solid rgba(255, 68, 68, 0.2);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: rgba(255, 68, 68, 0.3);
    font-family: serif;
    z-index: 1;
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #ff4444;
    box-shadow: 0 20px 40px rgba(255, 68, 68, 0.3), 0 10px 20px rgba(0, 0, 0, 0.3);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff4444, #ff6666);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 1rem;
    box-shadow: 0 5px 15px rgba(255, 68, 68, 0.3);
    animation: avatarFloat 3s ease-in-out infinite;
}

@keyframes avatarFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.testimonial-info h4 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 0.25rem 0;
    font-weight: 600;
}

.testimonial-info p {
    color: #ccc;
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
}

.rating {
    font-size: 1rem;
    animation: ratingGlow 2s ease-in-out infinite alternate;
}

@keyframes ratingGlow {
    0% { filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); }
    100% { filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8)); }
}

.testimonial-text {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    z-index: 2;
    margin: 0;
}

/* Feature Icons Animation */
.feature-icon {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 2px 4px rgba(255, 68, 68, 0.3));
}

.feature-icon:hover {
    transform: scale(1.2) rotate(5deg);
    filter: drop-shadow(0 4px 8px rgba(255, 68, 68, 0.6));
}

/* Animated feature icons */
@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}

@keyframes iconGlow {
    0%, 100% {
        filter: drop-shadow(0 2px 4px rgba(255, 68, 68, 0.3));
    }
    50% {
        filter: drop-shadow(0 4px 12px rgba(255, 68, 68, 0.6));
    }
}

/* Apply different animations to different rows */
tr:nth-child(odd) .feature-icon {
    animation: iconFloat 3s ease-in-out infinite;
}

tr:nth-child(even) .feature-icon {
    animation: iconPulse 2s ease-in-out infinite;
}

tr:hover .feature-icon {
    animation: iconGlow 1s ease-in-out infinite;
}

/* Table row hover effects */
table tr {
    transition: all 0.3s ease;
}

table tr:hover {
    background: linear-gradient(90deg, rgba(255, 68, 68, 0.1), rgba(255, 68, 68, 0.05)) !important;
    transform: translateX(5px);
    box-shadow: 0 2px 10px rgba(255, 68, 68, 0.2);
}

/* Interactive Comparison Highlights */
.comparison-table {
    position: relative;
    overflow: hidden;
}

.comparison-table th,
.comparison-table td {
    position: relative;
    transition: all 0.3s ease;
}

/* Column highlight on hover - simplified to prevent interference */
.comparison-table th:hover,
.comparison-table tbody tr td:hover {
    background: rgba(255, 68, 68, 0.15);
    transform: scale(1.01);
    z-index: 5;
    transition: all 0.2s ease;
}

/* Remove complex sibling selectors that cause hover interference */

/* Package comparison indicators */
.package-indicator {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ff4444, #ff6666);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.comparison-table th:hover .package-indicator {
    opacity: 1;
    transform: scale(1);
}

/* Feature comparison tooltips */
.feature-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1000;
}

.feature-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.comparison-table td:hover .feature-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

/* Enhanced checkmarks with animation */
.checkmark {
    display: inline-block;
    font-size: 1.2rem;
    color: #4CAF50;
    transition: all 0.3s ease;
    position: relative;
}

.checkmark::before {
    content: '✓';
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    color: #ff4444;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.comparison-table td:hover .checkmark::before {
    transform: scale(1.1);
}

.comparison-table td:hover .checkmark {
    transform: scale(1.05);
    filter: drop-shadow(0 1px 2px rgba(76, 175, 80, 0.3));
}

.pricing-card.premium:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(5deg) scale(1.02);
    box-shadow: 0 35px 70px rgba(68, 255, 68, 0.5), 0 20px 40px rgba(0, 0, 0, 0.4);
}

.pricing-card:hover {
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
    box-shadow: 0 25px 50px rgba(255, 68, 68, 0.3), 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: #ff4444;
}

.price {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #ff4444, #ff6666, #ff4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    margin-bottom: 1rem;
    text-shadow: 0 0 30px rgba(255, 68, 68, 0.5);
    animation: priceGlow 2s ease-in-out infinite alternate;
    position: relative;
}

.price::after {
    content: attr(data-price);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ff8888, #ffaaaa, #ff8888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-card:hover .price::after {
    opacity: 1;
}

@keyframes priceGlow {
    0% { filter: drop-shadow(0 0 10px rgba(255, 68, 68, 0.3)); }
    100% { filter: drop-shadow(0 0 20px rgba(255, 68, 68, 0.6)); }
}

.price-period {
    color: #ccc;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.renewal-price {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.2), rgba(76, 175, 80, 0.2));
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0;
    border: 2px solid rgba(255, 68, 68, 0.4);
    box-shadow: 0 5px 15px rgba(255, 68, 68, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.renewal-price::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.renewal-price:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 68, 68, 0.4);
    border-color: #4CAF50;
}

.renewal-price:hover::before {
    left: 100%;
}

.savings {
    background: linear-gradient(135deg, #44ff44, #00cc00);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0;
    animation: pulse 2s infinite;
}

.network-addon {
    background: rgba(255, 68, 68, 0.15);
    border: 1px solid rgba(255, 68, 68, 0.4);
    border-radius: 10px;
    padding: 1rem;
    margin: 1.5rem 0;
    color: #ff6666;
}

.network-addon.premium-addon {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.15), rgba(68, 255, 68, 0.15));
    border: 1px solid rgba(68, 255, 68, 0.4);
    color: #66ff66;
}

.premium-cta {
    background: linear-gradient(135deg, #ff4444, #44ff44) !important;
    animation: shimmer 2s infinite;
}

.network-spreading-info {
    animation: float 6s ease-in-out infinite;
}

.features-list {
    list-style: none;
    margin: 2rem 0;
}

.features-list li {
    color: #ccc;
    padding: 0.5rem 0;
    border-bottom: 1px solid #333;
    text-align: left;
}

.features-list li:before {
    content: '✓';
    color: #ff4444;
    font-weight: bold;
    margin-right: 10px;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Footer */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    color: #ccc;
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid #333;
}

/* Comprehensive Responsive Design */

/* Base responsive styles */
* {
    box-sizing: border-box;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

/* Container responsive padding */
.container {
    padding: 0 20px;
}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 30px;
    }
    
    .hero h1 {
        font-size: 4rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        max-width: 960px;
        padding: 0 25px;
    }
    
    .hero h1 {
        font-size: 3.5rem;
    }
    
    .nav-links a {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

/* Tablet (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 720px;
        padding: 0 20px;
    }
    
    .hero {
        padding: 60px 0;
        min-height: 70vh;
    }
    
    .hero h1 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    
    .hero p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .pricing-card.featured {
        transform: scale(1.02);
    }
    
    .nav-links {
        gap: 0.5rem;
    }
    
    .nav-links a {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
}

/* Mobile Large (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
    }
    
    .hero {
        padding: 50px 0;
        min-height: 60vh;
        text-align: center;
    }
    
    .hero h1 {
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        line-height: 1.2;
        margin-bottom: 1rem;
        white-space: normal;
        word-wrap: break-word;
        hyphens: auto;
        letter-spacing: -1px;
    }
    
    .hero p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        line-height: 1.5;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .cta-button {
        width: 100%;
        max-width: 280px;
        padding: 15px 25px;
        font-size: 1rem;
        text-align: center;
    }
    
    .features-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.featured {
        transform: none;
        order: -1;
    }
    
    .content-header h2 {
        font-size: 2.2rem;
    }
    
    .page-content {
        padding: 60px 0;
    }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    }
    
    body {
        font-size: 14px;
    }
    
    .hero {
        padding: 40px 0;
        min-height: 50vh;
        text-align: center;
    }
    
    .hero h1 {
        font-size: clamp(1.2rem, 3vw, 2rem);
        line-height: 1.2;
        margin-bottom: 1rem;
        white-space: normal;
        word-wrap: break-word;
        hyphens: auto;
        letter-spacing: -1px;
    }
    
    .hero p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
    }
    
    .cta-button {
        width: 100%;
        max-width: 250px;
        padding: 14px 20px;
        font-size: 0.95rem;
        text-align: center;
        min-height: 48px;
    }
    
    .features-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature-card,
    .pricing-card {
        padding: 1.5rem;
    }
    
    .pricing-card.featured {
        transform: none;
        order: -1;
    }
    
    .content-header h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .content-header p {
        font-size: 1rem;
    }
    
    .page-content {
        padding: 50px 0;
    }
    
    .header-icon {
        font-size: 2.5rem;
    }
    
    /* Mobile navigation improvements */
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        background: linear-gradient(135deg, rgba(10, 10, 10, 0.98), rgba(26, 26, 26, 0.95));
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 25px 20px;
        border-top: 2px solid rgba(255, 68, 68, 0.4);
        backdrop-filter: blur(25px);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    
    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .nav-links a {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 1rem;
        margin: 5px 0;
        border-radius: 10px;
        background: rgba(255, 68, 68, 0.1);
        border: 1px solid rgba(255, 68, 68, 0.2);
    }
    
    .nav-links a:hover {
        background: rgba(255, 68, 68, 0.2);
        transform: translateY(-2px);
    }
    
    /* Touch-friendly button sizing */
    button, .btn, .cta-button, .nav-links a {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Improved touch targets */
    .mobile-menu-toggle {
        padding: 12px;
        min-height: 48px;
        min-width: 48px;
    }
    
    /* Footer responsive */
    footer {
        padding: 1.5rem 0;
        text-align: center;
    }
    
    footer .container {
        padding: 0 15px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.6s ease-out;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    margin-bottom: 2rem;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Tutorial Steps */
.tutorial-step {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    border-left: 4px solid #ff4444;
}

.step-number {
    background: #ff4444;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
}

.step-title {
    display: inline-block;
    color: #ff4444;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Warning/Disclaimer Styles */
.warning-box {
    background: linear-gradient(135deg, #2d1a1a 0%, #1a1a1a 100%);
    border: 1px solid #ff4444;
    border-radius: 10px;
    padding: 2rem;
    margin: 2rem 0;
}

.warning-box h3 {
    color: #ff4444;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.warning-box h3:before {
    content: '⚠️';
    margin-right: 10px;
    font-size: 1.5rem;
}

.warning-box p {
    color: #ccc;
    line-height: 1.8;
}

/* Enhanced Warning Box */
.enhanced-warning-box {
    background: linear-gradient(135deg, #ff4444 0%, #ff6666 25%, #ff4444 50%, #cc0000 75%, #ff4444 100%);
    background-size: 400% 400%;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
    border: 3px solid #ff6666;
    box-shadow: 
        0 8px 32px rgba(255, 68, 68, 0.4),
        0 4px 16px rgba(255, 68, 68, 0.3),
        inset 0 2px 4px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    animation: warningGlow 3s ease-in-out infinite, gradientShift 8s ease-in-out infinite;
    transform: translateZ(0);
}

.enhanced-warning-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff4444, #ff6666, #ff8888, #ff4444);
    background-size: 400% 400%;
    border-radius: 15px;
    z-index: -1;
    animation: gradientShift 4s ease-in-out infinite;
}

.enhanced-warning-box h2, .enhanced-warning-box h3 {
    color: #ffffff;
    margin-top: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    animation: textGlow 2s ease-in-out infinite alternate;
}

.enhanced-warning-box p {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

@keyframes warningGlow {
    0%, 100% {
        box-shadow: 
            0 8px 32px rgba(255, 68, 68, 0.4),
            0 4px 16px rgba(255, 68, 68, 0.3),
            inset 0 2px 4px rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 
            0 12px 48px rgba(255, 68, 68, 0.6),
            0 6px 24px rgba(255, 68, 68, 0.4),
            inset 0 2px 4px rgba(255, 255, 255, 0.2);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.3);
    }
    100% {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.5);
    }
}

/* Disclaimer Section Styling */
.disclaimer-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border: 1px solid #ff4444;
    border-radius: 12px;
    padding: 2.5rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(255, 68, 68, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.disclaimer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff4444, transparent);
    animation: shimmer 3s ease-in-out infinite;
}

.disclaimer-section:hover {
    border-color: #ff6666;
    box-shadow: 
        0 8px 32px rgba(255, 68, 68, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.disclaimer-section h2, .disclaimer-section h3 {
    color: #ff4444;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
}

.disclaimer-section h2::before, .disclaimer-section h3::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #ff6666;
    font-size: 0.8em;
    animation: pulse 2s ease-in-out infinite;
}

.disclaimer-section p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.disclaimer-section ul {
    color: #ccc;
    padding-left: 1.5rem;
}

.disclaimer-section li {
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 1rem;
}

.disclaimer-section li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ff4444;
    font-weight: bold;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Additional Content Section - Why Choose Us */
.additional-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.additional-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="whyChooseGrid" width="25" height="25" patternUnits="userSpaceOnUse"><path d="M 25 0 L 0 0 0 25" fill="none" stroke="%23ff4444" stroke-width="0.3" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23whyChooseGrid)"/></svg>');
    opacity: 0.2;
}

.additional-content .container {
    position: relative;
    z-index: 2;
}

.additional-content h2 {
    color: #ff4444;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 20px rgba(255, 68, 68, 0.5);
    font-weight: 700;
}

.additional-content p {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

/* Warning Notice Styles */
.warning-notice {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.1), rgba(255, 68, 68, 0.05));
    border: 2px solid rgba(255, 68, 68, 0.3);
    border-radius: 15px;
    padding: 30px;
    margin: 40px auto;
    max-width: 800px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(255, 68, 68, 0.2);
    transition: all 0.3s ease;
}

.warning-notice:hover {
    border-color: rgba(255, 68, 68, 0.5);
    box-shadow: 0 15px 40px rgba(255, 68, 68, 0.3);
    transform: translateY(-2px);
}

.warning-notice h3 {
    color: #ff4444;
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.warning-notice h3::before {
    content: '⚠️';
    margin-right: 12px;
    font-size: 1.8rem;
    filter: drop-shadow(0 0 5px rgba(255, 68, 68, 0.5));
}

.warning-notice p {
    color: #ddd;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}

/* Responsive Design for Additional Content */
@media (max-width: 768px) {
    .additional-content {
        padding: 60px 0;
    }
    
    .additional-content h2 {
        font-size: 2rem;
    }
    
    .additional-content p {
        font-size: 1.1rem;
    }
    
    .warning-notice {
        padding: 25px;
        margin: 30px 15px;
    }
    
    .warning-notice h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .additional-content h2 {
        font-size: 1.8rem;
    }
    
    .additional-content p {
        font-size: 1rem;
    }
    
    .warning-notice {
        padding: 20px;
    }
}

/* Video Title Section Styles */
.video-title-section {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.title-line {
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, transparent 0%, #ff4444 50%, transparent 100%);
    position: relative;
}

.title-line::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 68, 68, 0.3) 50%, transparent 100%);
    filter: blur(2px);
}

.title-icon {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #ff4444, #ff6666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 10px rgba(255, 68, 68, 0.3));
    animation: pulse-glow 2s ease-in-out infinite alternate;
}

@keyframes pulse-glow {
    0% {
        filter: drop-shadow(0 0 10px rgba(255, 68, 68, 0.3));
        transform: scale(1);
    }
    100% {
        filter: drop-shadow(0 0 20px rgba(255, 68, 68, 0.6));
        transform: scale(1.05);
    }
}

.video-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #ff4444 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0.5rem 0;
    text-shadow: 0 0 30px rgba(255, 68, 68, 0.3);
    letter-spacing: 2px;
    position: relative;
}

.video-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #ff4444 50%, transparent 100%);
    border-radius: 2px;
}

.video-subtitle {
    font-size: 1.4rem;
    color: #ccc;
    font-weight: 300;
    margin: 1rem 0;
    letter-spacing: 1px;
    opacity: 0.9;
}

.video-description {
    font-size: 1.1rem;
    color: #999;
    line-height: 1.6;
    max-width: 800px;
    margin: 1.5rem auto 0;
    padding: 0 2rem;
    font-weight: 300;
}

/* Custom Video Player Styles */
.custom-video-player {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 68, 68, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid #333;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-video-player:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 68, 68, 0.2),
        0 0 30px rgba(255, 68, 68, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.custom-video-player video {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #000;
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 68, 68, 0.2);
    transition: all 0.3s ease;
}

.custom-video-player video:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 68, 68, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 68, 68, 0.3);
}

.video-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #444;
}

.control-btn {
    background: #ff4444;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-btn:hover {
    background: #ff6666;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 68, 68, 0.3);
}

.control-btn:active {
    transform: translateY(0);
}

.progress-container {
    flex: 1;
    position: relative;
    height: 8px;
    background: #333;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ff4444 0%, #ff6666 100%);
    border-radius: 4px;
    width: 0%;
    transition: width 0.1s ease;
}

.progress-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.time-display {
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
}

.volume-slider {
    width: 80px;
    height: 6px;
    background: #333;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #ff4444;
    border-radius: 50%;
    cursor: pointer;
}

.volume-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #ff4444;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Mobile Video Player Responsive */
@media (max-width: 768px) {
    .video-controls {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 15px;
    }

    .control-btn {
        padding: 8px 12px;
        font-size: 14px;
        min-width: 44px;
        height: 44px;
    }

    .time-display {
        font-size: 12px;
        min-width: 80px;
    }

    .volume-slider {
        width: 60px;
    }
}

/* Additional Mobile Responsive Styles */

/* Package Cards Mobile */
@media (max-width: 767px) {
    .package-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 15px;
    }
    
    .package-card {
        padding: 2rem 1.5rem;
        margin: 0;
    }
    
    .package-card h3 {
        font-size: 1.5rem;
    }
    
    .package-price {
        font-size: 2rem;
    }
    
    .package-features {
        margin: 1.5rem 0;
    }
    
    .package-cta {
        padding: 12px 24px;
        font-size: 1rem;
        min-height: 48px;
    }
}

/* Forms and Inputs Mobile */
@media (max-width: 767px) {
    input, textarea, select {
        width: 100%;
        padding: 12px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
        min-height: 48px;
        border-radius: 8px;
        margin-bottom: 1rem;
    }
    
    .form-group {
        margin-bottom: 1.5rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    label {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        display: block;
    }
}

/* Tables Mobile */
@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
        font-size: 14px;
    }
    
    th, td {
        padding: 8px 12px;
        white-space: nowrap;
    }
}

/* Slideshow Mobile Enhancements */
@media (max-width: 767px) {
    .slideshow-container {
        margin: 1rem 0;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .slide {
        padding: 2rem 1.5rem;
        text-align: center;
    }
    
    .slide h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .slide p {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .slide-btn {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    
    .indicators {
        gap: 8px;
        margin-top: 1rem;
    }
    
    .indicator {
        width: 12px;
        height: 12px;
    }
}

/* Contact Section Mobile */
@media (max-width: 767px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .contact-methods {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .contact-item {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .contact-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
}

/* Warning Boxes Mobile */
@media (max-width: 767px) {
    .warning-box,
    .enhanced-warning-box {
        margin: 1.5rem 0;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .warning-box h3,
    .enhanced-warning-box h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    
    .warning-box p,
    .enhanced-warning-box p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

/* Content Sections Mobile */
@media (max-width: 767px) {
    .content-section,
    .disclaimer-section {
        padding: 1.5rem;
        margin: 1rem 0;
        border-radius: 12px;
    }
    
    .content-section h2,
    .disclaimer-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .content-section h3,
    .disclaimer-section h3 {
        font-size: 1.2rem;
        margin: 1rem 0 0.5rem;
    }
    
    .content-section p,
    .disclaimer-section p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    .content-section ul,
    .disclaimer-section ul {
        padding-left: 1.5rem;
    }
    
    .content-section li,
    .disclaimer-section li {
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

/* Floating Contacts Mobile Enhancement */
@media (max-width: 575px) {
    .floating-contact {
        width: 50px;
        height: 50px;
        bottom: 20px;
    }
    
    .floating-telegram {
        left: 20px;
    }
    
    .floating-whatsapp {
        right: 20px;
    }
    
    .floating-contact svg {
        width: 24px;
        height: 24px;
    }
}

/* Typography Mobile Scaling */
@media (max-width: 575px) {
    h1 { font-size: 1.8rem; line-height: 1.3; }
    .hero h1 { font-size: clamp(1.2rem, 3vw, 2rem); line-height: 1.2; white-space: normal; word-wrap: break-word; hyphens: auto; letter-spacing: -1px; }
    h2 { font-size: 1.5rem; line-height: 1.3; }
    h3 { font-size: 1.2rem; line-height: 1.4; }
    h4 { font-size: 1.1rem; line-height: 1.4; }
    h5 { font-size: 1rem; line-height: 1.4; }
    h6 { font-size: 0.9rem; line-height: 1.4; }
    
    p, li, span {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .small-text {
        font-size: 0.85rem;
    }
}

/* Landscape Mobile Optimization */
@media (max-width: 767px) and (orientation: landscape) {
    .hero {
        padding: 30px 0;
        min-height: 40vh;
    }
    
    .hero h1 {
        font-size: clamp(1rem, 2.5vw, 1.6rem);
        line-height: 1.2;
        white-space: normal;
        word-wrap: break-word;
        hyphens: auto;
        letter-spacing: -1px;
    }
    
    .hero p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    .cta-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }
    
    .cta-button {
        max-width: 200px;
        padding: 10px 20px;
    }
}

/* High DPI / Retina Display Optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    
    .icon, .header-icon {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

/* Floating Contact Popups */
.floating-contact {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000 !important;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.2);
}

.floating-contact:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.floating-telegram {
    left: 20px;
    background: linear-gradient(135deg, #0088cc, #0099dd);
}

.floating-telegram:hover {
    box-shadow: 0 8px 30px rgba(0,136,204,0.5);
}

.floating-whatsapp {
    left: 100px;
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.floating-whatsapp:hover {
    box-shadow: 0 8px 30px rgba(37,211,102,0.5);
}

/* Telegram Notification Cards Styles */
.notification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 68, 68, 0.4) !important;
    border-color: #ff6666;
}

/* Tawk.to Chat Widget Positioning - Right bottom corner */
#tawkchat-minified-container,
#tawkchat-container,
.tawk-min-container,
.tawk-chat-container {
    z-index: 1001 !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    transform: none !important;
    position: fixed !important;
}





/* Hide Tawk.to on mobile when floating widgets are present */
@media (max-width: 768px) {
    #tawkchat-minified-container,
    #tawkchat-container,
    .tawk-min-container,
    .tawk-chat-container {
        display: none !important;
    }
}

/* Ensure floating widgets always stay on top */
.floating-telegram,
.floating-whatsapp {
    z-index: 2147483647 !important;
    position: fixed !important;
}

.notification-card img {
    transition: transform 0.3s ease;
}

.notification-card:hover img {
    transform: scale(1.02);
}

.telegram-icon {
    transition: all 0.3s ease;
}

.notification-card:hover .telegram-icon {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 136, 204, 0.4);
}

.telegram-features-highlight {
    transition: all 0.3s ease;
}

.telegram-features-highlight:hover {
    background: linear-gradient(135deg, rgba(255, 68, 68, 0.15) 0%, rgba(255, 68, 68, 0.08) 100%) !important;
    border-color: rgba(255, 68, 68, 0.5) !important;
}

@media (max-width: 768px) {
    .notification-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .notification-card {
        padding: 1rem !important;
    }
    
    .telegram-features-highlight > div {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.floating-contact svg {
    width: 28px;
    height: 28px;
    fill: white;
}

/* Pulse animation for floating contacts */
@keyframes floatingPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255,255,255,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

.floating-contact::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: inherit;
    z-index: -1;
    animation: floatingPulse 2s infinite;
}

/* Mobile responsive for floating contacts */
@media (max-width: 768px) {
    .floating-contact {
        width: 50px;
        height: 50px;
        bottom: 15px;
    }
    
    .floating-telegram {
        left: 15px;
    }
    
    .floating-whatsapp {
        right: 15px;
    }
    
    .floating-contact svg {
        width: 24px;
        height: 24px;
    }
}