/* AVPN Theme — Amnezia-like Blue Design */

:root {
    --primary-color: #2563eb; /* blue-600 */
    --primary-dark: #1d4ed8; /* blue-700 */
    --primary-700: #1e40af; /* blue-800 */
    --text-color: #0f172a; /* slate-900 */
    --muted-text: #334155; /* slate-700 - более темный для лучшей читаемости */
    --light-text: #ffffff;
    --background-color: #ffffff;
    --light-background: #f8fafc; /* slate-50 */
    --border-color: #e2e8f0; /* slate-200 */
}

/* Accent palette for downloads */
:root {
    --accent-orange: #f59e0b;
    --accent-orange-2: #f97316;
}

/* Neon accents */
:root {
    --neon-cyan: #00e5ff;
    --acid-green: #00ff88;
    --neon-purple: #7c3aed;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body { height: 100%; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-color);
    background: var(--background-color);
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Links */

a { color: var(--primary-color); text-decoration: none; transition: color .2s ease; }

a:hover { color: var(--primary-dark); }

img { max-width: 100%; height: auto; }

/* Buttons */

.btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all .2s ease;
    cursor: pointer;
}

/* Global primary button with acid gradient */
.btn-primary { 
    background: #00E5FF; 
    color: #ffffff; 
    border-color: transparent; 
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    font-family: "IBM Plex Sans", sans-serif;
    transition: all 0.3s ease;
}
.btn-primary:hover { 
    background: #00E5FF; 
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 229, 255, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--light-text);
    border-color: rgba(255,255,255,0.7);
}

.btn-secondary:hover { background: rgba(255,255,255,0.1); }

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid var(--border-color);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

.logo img { height: 84px; }

.site-nav ul { display: flex; list-style: none; gap: 22px; align-items: center; }

.site-nav a { color: var(--text-color); font-weight: 500; opacity: .9; }

.nav-balance {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.site-nav a.active, .site-nav a:hover { color: var(--primary-color); opacity: 1; }

.nav-cta a.btn { padding: 10px 16px; border-radius: 8px; }

.mobile-menu-toggle { 
    display: none; 
    width: 28px; 
    height: 20px; 
    cursor: pointer; 
    flex-direction: column; 
    justify-content: space-between;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.mobile-menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu-toggle span { 
    width: 100%; 
    height: 2px; 
    background: var(--text-color);
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Hero */

.hero {
    background: #000000;
    color: var(--light-text);
    padding: 120px 0 0px;
    text-align: center;
}

.hero h1 { font-size: 56px; margin-bottom: 12px; font-weight: 800; }

.hero h2 { font-size: 22px; opacity: .95; font-weight: 600; margin-bottom: 18px; }

.hero p { font-size: 18px; opacity: .9; margin: 0 auto 28px; max-width: 880px; }

.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Two-column hero with phone mockup */
.hero .hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 40px; }
.hero .hero-copy { text-align: left; }
.hero .hero-media { display: flex; justify-content: center; }
.hero .phone { 
    width: 480px; 
    max-width: 100%; 
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,.8)); 
}

@media (max-width: 992px) { .hero .hero-inner { grid-template-columns: 1fr; } .hero .hero-copy { text-align: center; } }

/* Sections */

.section-title { text-align: center; margin-bottom: 48px; }

/* Section title bolder */
.section-title h2 { letter-spacing: .2px; }

.section-title p { color: var(--muted-text); font-size: 18px; }

/* Pricing Plans */

.pricing {
    padding: 80px 0;
    background: #000000;
}

/* Принудительное удаление фона у карточек */
.pricing .pricing-card,
.pricing-cards .pricing-card,
section.pricing .pricing-card,
.pricing-card.premium,
.pricing-card.free {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    background-clip: padding-box !important;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    min-height: 600px;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, transparent, transparent);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}

.pricing-card.premium::before {
    background: linear-gradient(135deg, #8a2be2, transparent);
}

.pricing-card.free::before {
    background: linear-gradient(135deg, #00bfff, transparent);
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.pricing-header {
    margin-bottom: 24px;
}

.pricing-header h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
    line-height: 1.2;
}

.pricing-card.premium .plan-type {
    color: #e000e0;
    text-shadow: 0 0 10px rgba(224, 0, 224, 0.5);
}

.pricing-card.free .plan-type {
    color: #0080ff;
    text-shadow: 0 0 10px rgba(0, 128, 255, 0.5);
}

.pricing-description {
    color: #cbd5e1;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.pricing-price {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
}

.pricing-button {
    display: block;
    width: 100%;
    padding: 18px 32px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 32px;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.pricing-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;
}

.pricing-button:hover::before {
    left: 100%;
}

.premium-btn {
    background: linear-gradient(135deg, #ff8c00, #ffa500);
    color: #121212;
    border: none;
    box-shadow: 0 8px 32px rgba(255, 140, 0, 0.3);
    position: relative;
    z-index: 1;
}

.premium-btn:hover {
    background: linear-gradient(135deg, #ff9500, #ffb000);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(255, 140, 0, 0.4);
    color: #121212;
}

.premium-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(255, 140, 0, 0.3);
}

.premium-btn:focus {
    outline: none;
    box-shadow: 0 8px 32px rgba(255, 140, 0, 0.3), 0 0 0 3px rgba(255, 140, 0, 0.3);
}

.free-btn {
    background: transparent;
    color: #0080ff;
    border: 2px solid #0080ff;
    box-shadow: 0 8px 32px rgba(0, 128, 255, 0.2);
    position: relative;
    z-index: 1;
}

.free-btn:hover {
    background: rgba(0, 128, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 128, 255, 0.3);
    color: #0080ff;
    border-color: #00e5ff;
}

.free-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(0, 128, 255, 0.2);
}

.free-btn:focus {
    outline: none;
    box-shadow: 0 8px 32px rgba(0, 128, 255, 0.2), 0 0 0 3px rgba(0, 128, 255, 0.3);
}

/* Дополнительные стили для активности кнопок */
.pricing-button:not(:disabled):not(.disabled) {
    opacity: 1;
    pointer-events: auto;
}

.pricing-button:disabled,
.pricing-button.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

/* Анимация для кнопок */
@keyframes buttonPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.pricing-button:hover {
    animation: buttonPulse 0.6s ease-in-out;
}

/* Дополнительные стили для улучшения видимости */
.pricing-button {
    text-shadow: none;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.premium-btn {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.free-btn {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Улучшение контрастности */
.pricing-button:not(:hover) {
    filter: brightness(1);
}

.pricing-button:hover {
    filter: brightness(1.1);
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .pricing-button {
        padding: 16px 24px;
        font-size: 16px;
    }
    
    .pricing-button:hover {
        transform: translateY(-1px);
    }
}

.pricing-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing-features .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: none !important;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    border: none;
}

.pricing-features .feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    color: #ffffff;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
}

.pricing-features .feature-icon svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.pricing-features .feature-item:hover .feature-icon {
    color: #00e5ff;
    filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.6));
    transform: scale(1.1);
}

.pricing-features .feature-item span {
    color: #e5e7eb;
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .pricing {
        padding: 60px 0;
    }
    
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .pricing-card {
        padding: 32px;
        min-height: auto;
    }
    
    .pricing-header h3 {
        font-size: 28px;
    }
    
    .pricing-description {
        font-size: 16px;
    }
    
    .pricing-price {
        font-size: 20px;
    }
    
    .pricing-button {
        padding: 16px 24px;
        font-size: 16px;
    }
    
    .pricing-features .feature-item span {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        padding: 24px;
    }
    
    .pricing-header h3 {
        font-size: 24px;
    }
    
    .pricing-description {
        font-size: 15px;
    }
    
    .pricing-price {
        font-size: 18px;
    }
    
    .pricing-button {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .pricing-features .feature-item span {
        font-size: 14px;
    }
}

/* ========================================
   AVPN FREE PAGE STYLES
   ======================================== */

/* Hero Free Section */
.hero-free {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    position: relative;
    overflow: hidden;
}

.hero-free::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(0, 229, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(255, 140, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-free-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #00e5ff, #0080ff);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3);
}

.badge-icon {
    font-size: 16px;
}

.hero-free h1 {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.hero-free h2 {
    font-size: 24px;
    font-weight: 600;
    color: #00e5ff;
    margin-bottom: 24px;
    line-height: 1.3;
}

.hero-description {
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    justify-content: center;
}

.hero-features .feature-icon {
    width: 20px;
    height: 20px;
    color: #00e5ff;
    flex-shrink: 0;
}

.hero-features .feature-item span {
    color: #e5e7eb;
    font-size: 16px;
    font-weight: 500;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.btn-large {
    padding: 18px 32px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-note {
    color: #94a3b8;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

/* How to Get Section */
.how-to-get {
    padding: 80px 0;
    background: #0a0a0a;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.step-item {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.step-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #00e5ff, #0080ff);
}

.step-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: #00e5ff;
}

.step-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #00e5ff, #0080ff);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-content h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.step-content p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: #000000;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.feature-card {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.05), rgba(255, 140, 0, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: #00e5ff;
}

.feature-card .feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: #00e5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.feature-card h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.feature-card p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.faq-list {
    max-width: 800px;
    margin: 60px auto 0;
}

.faq-item {
    background: #1a1a1a;
    border-radius: 16px;
    margin-bottom: 16px;
    border: 1px solid #333;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #00e5ff;
}

.faq-item.active {
    border-color: #00e5ff;
    box-shadow: 0 8px 32px rgba(0, 229, 255, 0.2);
}

.faq-question {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(0, 229, 255, 0.05);
}

.faq-question h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.faq-toggle {
    color: #00e5ff;
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 24px 24px;
    display: none;
}

.faq-answer p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 229, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-content p {
    color: #cbd5e1;
    font-size: 18px;
    margin-bottom: 40px;
}

.cta-actions {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-free {
        padding: 80px 0 60px;
    }
    
    .hero-free h1 {
        font-size: 36px;
    }
    
    .hero-free h2 {
        font-size: 20px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .step-item {
        padding: 24px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .feature-card {
        padding: 24px;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-large {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .hero-free h1 {
        font-size: 28px;
    }
    
    .hero-free h2 {
        font-size: 18px;
    }
    
    .step-item {
        padding: 20px;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer {
        padding: 0 20px 20px;
    }
    
    .cta-content h2 {
        font-size: 24px;
    }
}

/* ========================================
   AVPN FREE KEYS PAGE STYLES
   ======================================== */

/* Hero Free Keys Section */
.hero-free-keys {
    padding: 120px 0 80px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.hero-free-keys::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    pointer-events: none;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #00e5ff, #0080ff);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3);
}

.badge-icon {
    font-size: 16px;
}

.hero-free-keys h1 {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.hero-free-keys h2 {
    font-size: 20px;
    font-weight: 400;
    color: #cbd5e1;
    margin-bottom: 40px;
    line-height: 1.4;
}

/* Services Icons */
.services-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-icon:hover {
    transform: scale(1.1);
}

.service-icon.discord {
    background: #5865F2;
    color: #ffffff;
}

.service-icon.twitter {
    background: #000000;
    color: #ffffff;
    border: 1px solid #333;
}

.service-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #ffffff;
}

.service-icon.tiktok {
    background: #000000;
    color: #ffffff;
}

.service-icon.patreon {
    background: #FF424D;
    color: #ffffff;
}

.service-icon.google {
    background: #ffffff;
    color: #000000;
}

.service-icon.facebook {
    background: #1877F2;
    color: #ffffff;
}

.service-icon.youtube {
    background: #FF0000;
    color: #ffffff;
}

.service-icon.whatsapp {
    background: #25D366;
    color: #ffffff;
}

.service-icon.telegram {
    background: #0088CC;
    color: #ffffff;
}

.services-note {
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 40px;
}

.hero-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

/* Красивый градиентный заголовок */
.hero-title-gradient {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin: 0;
    background: linear-gradient(135deg, #00e5ff 0%, #00ff88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 229, 255, 0.5);
    letter-spacing: 2px;
    line-height: 1.1;
    position: relative;
    animation: titleGlow 3s ease-in-out infinite alternate;
}

/* Специальные стили для hero-badge в free-keys */
.hero-free-keys .hero-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.hero-free-keys .hero-badge .hero-title-gradient {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin: 0;
    background: linear-gradient(135deg, #00e5ff 0%, #00ff88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 229, 255, 0.5);
    letter-spacing: 2px;
    line-height: 1.1;
    position: relative;
    animation: titleGlow 3s ease-in-out infinite alternate;
}

.hero-title-gradient::before {
    content: 'AVPN ДЛЯ КАЖДОГО';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00e5ff 0%, #00ff88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: blur(2px);
    opacity: 0.3;
    z-index: -1;
}

@keyframes titleGlow {
    0% {
        text-shadow: 0 0 30px rgba(0, 229, 255, 0.5);
    }
    100% {
        text-shadow: 0 0 50px rgba(0, 255, 136, 0.8);
    }
}

.btn-large {
    padding: 18px 32px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-large .btn-text {
    color: #ffffff;
}

.btn-large .btn-icon {
    color: #ffffff;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.btn-large:hover .btn-icon {
    transform: translateX(4px);
}

/* Get Keys Section */
.get-keys-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.device-selection {
    margin-top: 60px;
}

.device-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.device-card {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.device-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #00e5ff, #0080ff);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.device-card:hover::before {
    transform: scaleX(1);
}

.device-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: #00e5ff;
}

.device-card.loading {
    opacity: 0.7;
    pointer-events: none;
}

.device-card.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 2px solid #00e5ff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.device-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: #00e5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 16px;
}

.device-card h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.device-card p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.4;
}

/* Keys Result */
.keys-result {
    margin-top: 60px;
    background: #1a1a1a;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #333;
}

.result-content h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
    text-align: center;
}

.keys-display {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.key-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.key-item label {
    color: #00e5ff;
    font-size: 14px;
    font-weight: 600;
}

.key-value {
    background: #0a0a0a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    word-break: break-all;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.copy-btn {
    background: #00e5ff;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.copy-btn:hover {
    background: #0080ff;
    color: #ffffff;
}

.result-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Instructions Section */
.instructions-section {
    padding: 80px 0;
    background: #000000;
}

.instructions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.instruction-card {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.instruction-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #00e5ff, #0080ff);
}

.instruction-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: #00e5ff;
}

.step-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #00e5ff, #0080ff);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.instruction-card h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.instruction-card p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.feature-card {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.05), rgba(255, 140, 0, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: #00e5ff;
}

.feature-card .feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: #00e5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.feature-card h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.feature-card p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-free-keys {
        padding: 80px 0 60px;
    }
    
    .hero-free-keys h1 {
        font-size: 36px;
    }
    
    .hero-free-keys h2 {
        font-size: 18px;
    }
    
    .hero-title-gradient {
        font-size: 48px;
        letter-spacing: 1px;
    }
    
    .hero-free-keys .hero-badge .hero-title-gradient {
        font-size: 36px;
        letter-spacing: 1px;
    }
    
    .services-icons {
        gap: 16px;
    }
    
    .service-icon {
        width: 40px;
        height: 40px;
    }
    
    .device-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
    }
    
    .device-card {
        padding: 24px 16px;
    }
    
    .keys-result {
        padding: 24px;
    }
    
    .instructions-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .instruction-card {
        padding: 24px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .feature-card {
        padding: 24px;
    }
    
    .result-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .hero-free-keys h1 {
        font-size: 28px;
    }
    
    .hero-free-keys h2 {
        font-size: 16px;
    }
    
    .hero-title-gradient {
        font-size: 36px;
        letter-spacing: 0.5px;
    }
    
    .hero-free-keys .hero-badge .hero-title-gradient {
        font-size: 28px;
        letter-spacing: 0.5px;
    }
    
    .device-card {
        padding: 20px 12px;
    }
    
    .keys-result {
        padding: 20px;
    }
    
    .instruction-card {
        padding: 20px;
    }
    
    .feature-card {
        padding: 20px;
    }
}

/* ========================================
   WHY WE DO & SIMPLE CONNECTION SECTIONS
   ======================================== */

/* Why We Do Section */
.why-we-do-section {
    padding: 80px 0;
    background: #000000;
}

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

.why-text {
    text-align: center;
    margin-bottom: 60px;
}

.why-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.why-text p {
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.why-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.feature-block {
    background: #1a1a1a;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #00e5ff, #00ff88);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-block:hover::before {
    transform: scaleX(1);
}

.feature-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: #00e5ff;
}

.feature-block .feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: #00e5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 16px;
}

.feature-block h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

/* Simple Connection Section */
.simple-connection-section {
    padding: 80px 0;
    background: #0a0a0a;
}

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

.connection-text {
    text-align: center;
    margin-bottom: 60px;
}

.connection-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.connection-text p {
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.connection-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.step-block {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.step-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.05), rgba(0, 255, 136, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.step-block:hover::before {
    opacity: 1;
}

.step-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-color: #00e5ff;
}

.step-block .step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    color: #00e5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.step-block h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.step-block p {
    color: #cbd5e1;
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Responsive Design for New Sections */
@media (max-width: 768px) {
    .why-text h2,
    .connection-text h2 {
        font-size: 28px;
    }
    
    .why-text p,
    .connection-text p {
        font-size: 16px;
    }
    
    .why-features {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
    }
    
    .feature-block {
        padding: 24px 16px;
    }
    
    .connection-steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .step-block {
        padding: 32px 24px;
    }
}

@media (max-width: 576px) {
    .why-text h2,
    .connection-text h2 {
        font-size: 24px;
    }
    
    .why-features {
        grid-template-columns: 1fr;
    }
    
    .feature-block {
        padding: 20px 16px;
    }
    
    .step-block {
        padding: 24px 20px;
    }
}

/* Support Section */
.support-section {
    padding: 80px 0;
    background: #000000;
}

.support-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
}

.support-graphic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-graphic svg {
    filter: drop-shadow(0 0 20px rgba(0, 229, 255, 0.3));
}

.support-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.support-text p {
    font-size: 18px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 40px;
}

.support-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #1a1a1a;
    border-radius: 12px;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(8px);
    border-color: #00e5ff;
    box-shadow: 0 8px 32px rgba(0, 229, 255, 0.2);
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 8px;
    color: #00e5ff;
}

.contact-item span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.contact-item .contact-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item .contact-link:hover {
    color: #00e5ff;
}

.contact-item .contact-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.contact-item .contact-text:hover {
    color: #00e5ff;
}

/* Стили для контактов в футере */
.footer-contact-text {
    color: #9aa4b2;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer-contact-text:hover {
    color: #93c5fd;
}

.footer-contact-link {
    color: #9aa4b2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-link:hover {
    color: #93c5fd;
}

/* Стили для блока контактов на странице contact.php */
.contact-info-section {
    margin-top: 40px;
    padding: 40px 0;
}

.contact-info-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 16px;
    text-align: center;
}

.contact-info-section > p {
    color: var(--muted-text);
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 12px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.contact-info-content {
    flex: 1;
}

.contact-info-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
}

.contact-info-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
}

.contact-info-link:hover {
    color: var(--primary-hover);
}

.contact-info-text {
    color: var(--text-color);
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 8px;
}

.contact-info-text:hover {
    color: var(--primary-color);
}

.contact-info-description {
    color: var(--muted-text);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* Компактный блок контактов для FAQ */
.faq-contact-compact {
    background: transparent;
    border: none;
    padding: 32px;
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.faq-contact-compact h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: 12px;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
    position: relative;
    z-index: 2;
}

.faq-contact-compact > p {
    color: #d1d5db;
    margin-bottom: 24px;
    font-size: 1rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

/* Декоративные неоновые квадраты */
.contact-decorative {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 60px;
    pointer-events: none;
    z-index: 1;
}

.neon-square {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 2px solid;
    animation: neonGlow 3s ease-in-out infinite alternate;
}

.neon-square-1 {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-color: #00ff88;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
    animation-delay: 0s;
}

.neon-square-2 {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-color: #00e5ff;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
    animation-delay: 1.5s;
}

@keyframes neonGlow {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}


.compact-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.compact-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(0, 229, 255, 0.1);
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.compact-contact-item:hover {
    background: rgba(0, 229, 255, 0.2);
    border-color: rgba(0, 229, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3);
}

.compact-contact-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00e5ff;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgba(0, 229, 255, 0.5));
}

.compact-contact-link {
    color: #f9fafb;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    text-shadow: 0 0 5px rgba(0, 229, 255, 0.2);
}

.compact-contact-link:hover {
    color: #00e5ff;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

.compact-contact-text {
    color: #f9fafb;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    text-shadow: 0 0 5px rgba(0, 229, 255, 0.2);
}

.compact-contact-text:hover {
    color: #00e5ff;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

/* Адаптивные стили для компактного блока контактов */
@media (max-width: 768px) {
    .faq-contact-compact {
        padding: 24px 20px;
        margin-top: 32px;
    }
    
    .faq-contact-compact h2 {
        font-size: 1.5rem;
    }
    
    .compact-contacts {
        gap: 12px;
    }
    
    .compact-contact-item {
        padding: 6px 10px;
        font-size: 0.85rem;
    }
    
    .compact-contact-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .compact-contacts {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .compact-contact-item {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
}

/* Responsive Design for Support Section */
@media (max-width: 768px) {
    .support-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .support-text h2 {
        font-size: 28px;
    }
    
    .support-text p {
        font-size: 16px;
    }
    
    .support-contacts {
        align-items: center;
    }
    
    .contact-item {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .support-text h2 {
        font-size: 24px;
    }
    
    .contact-item {
        padding: 12px 16px;
    }
    
    .contact-icon {
        width: 36px;
        height: 36px;
    }
    
    .contact-item span {
        font-size: 14px;
    }
}

/* Features */

.features { padding: 80px 0; background: var(--light-background); }

.feature-grid, .features-grid {
    display: grid; 
    grid-template-columns: repeat(3, minmax(0, 1fr)); 
    gap: 24px;
}

/* Центрируем 4-й элемент, если он единственный в последней строке */
.feature-grid .feature-item:nth-child(4):nth-last-child(1) {
    grid-column: 2 / 3;
}

/* Feature icon centering and neon glow */
.feature-icon {
    width: 56px; 
    height: 56px;
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
    border-radius: 12px; 
    margin-bottom: 14px;
    background: none;
    border: none;
    box-shadow: none;
}

.feature-icon svg { 
    width: 48px; 
    height: 48px; 
    color: #00e5ff;
    filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.6));
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon svg {
    color: #00ff88;
    filter: drop-shadow(0 0 16px rgba(0, 255, 136, 0.8));
    transform: scale(1.1);
}

.feature-item h3 { color: #e5e7eb; }

.feature-item p, .feature-card p { color: var(--muted-text); }

/* Steps */

.how-it-works { padding: 80px 0; background: #ffffff; }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; margin-top: 28px; }

.step { text-align: center; }

.step-number {
    width: 64px; height: 64px; border-radius: 9999px; margin: 0 auto 12px;
    background: var(--primary-color); color: #fff; font-weight: 800; font-size: 22px;
    display: flex; align-items: center; justify-content: center;
}

.step h3 { font-size: 18px; margin-bottom: 8px; }

.step p { color: var(--muted-text); }

/* Download (home) */

.download { padding: 80px 0; background: var(--light-background); text-align: center; }

.download-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin-top: 28px; justify-items: center; }

.download-option { background: #ffffff; border: 1px solid var(--border-color); border-radius: 12px; padding: 20px; }

.download-option img { width: 60px; margin-bottom: 12px; }

.download-option .platform-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    color: #00E5FF;
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.3));
    transition: all 0.3s ease;
}

.download-option:hover .platform-icon {
    color: #00E5FF;
    filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.6));
    transform: scale(1.1);
}

/* Download page platform icons */
.download-platforms .platform-icon {
    width: 24px;
    height: 24px;
    color: #00E5FF;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.download-platforms .platform-button:hover .platform-icon {
    color: #00E5FF;
    transform: scale(1.1);
}

.version-platform .version-icon {
    width: 42px;
    height: 42px;
    color: #00E5FF;
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.3));
    transition: all 0.3s ease;
}

.version-platform:hover .version-icon {
    color: #00E5FF;
    filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.6));
    transform: scale(1.1);
}

.download-platforms { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 26px; }
.platform-button {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 14px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: #111317; color: #e5e7eb;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.platform-button .platform-icon { width: 18px; height: 18px; }
.platform-button.active, .platform-button:hover {
    border-color: var(--accent-orange);
    color: #fff; transform: translateY(-1px);
}

.version-card {
    background: #111317; border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px; padding: 20px; margin-bottom: 14px;
    display: grid; grid-template-columns: 220px 1fr auto; gap: 20px; align-items: center;
}
/* Ensure icons in download cards are centered visually */
.version-platform { display: flex; align-items: center; gap: 12px; }
.version-platform .version-icon { display: inline-block; width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(0,229,255,.25)); }
.version-platform h3 { color: #e5e7eb; margin: 0; }
.version-info p { color: #9aa4b2; margin: 2px 0; }

.version-actions .btn.btn-primary {
    background: #00E5FF;
    border-color: rgba(0,0,0,0); 
    color: #ffffff; 
    font-weight: 500;
}
.version-actions .btn.btn-primary:hover { 
    background: #00E5FF;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 229, 255, 0.3);
}
.version-actions .btn.btn-secondary { border-color: rgba(255,255,255,0.24); color: #e5e7eb; }

.version-details {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}

.version-changelog { 
    background: #0b0b0c; 
    border-left: 3px solid var(--accent-orange); 
    color: #cbd5e1; 
    border-radius: 8px; 
    display: none;
    padding: 16px;
}

.version-changelog.active { display: block; }

.version-changelog h4 { color: #e5e7eb; margin-bottom: 12px; }

.version-requirements {
    background: #0b0b0c;
    border-left: 3px solid var(--accent-orange);
    color: #cbd5e1;
    border-radius: 8px;
    padding: 16px;
}

.version-requirements h4 {
    color: #e5e7eb;
    margin-bottom: 12px;
    font-size: 14px;
}

.version-requirements ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.version-requirements li {
    padding: 4px 0;
    color: #cbd5e1;
    font-size: 13px;
    position: relative;
    padding-left: 16px;
}

.version-requirements li:before {
    content: "•";
    color: var(--accent-orange);
    position: absolute;
    left: 0;
}

.no-versions p { color: #cbd5e1; }

/* Documentation & FAQ */

.documentation, .faq, .news, .news-post, .contact { padding: 60px 0; }

.docs-container, .faq-container { display: grid; grid-template-columns: 280px 1fr; gap: 24px; }

.docs-sidebar, .faq-categories { background: #ffffff; border: 1px solid var(--border-color); border-radius: 12px; padding: 16px; }

.docs-category h3 { font-size: 16px; margin-bottom: 8px; }

.docs-category ul, .faq-categories ul { list-style: none; }

.docs-category li, .faq-categories li { margin: 6px 0; }

.docs-category a, .faq-categories a { color: var(--muted-text); }

.docs-category li.active a, .docs-category a:hover, 
.faq-categories li.active a, .faq-categories a:hover { color: var(--primary-color); }

.docs-content { background: #ffffff; border: 1px solid var(--border-color); border-radius: 12px; padding: 22px; }

/* FAQ contact block */
.faq-contact {
    background: #ffffff; 
    border: 1px solid var(--border-color); 
    border-radius: 12px; 
    padding: 32px; 
    margin-top: 32px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-contact h2 {
    margin-bottom: 12px;
    color: var(--text-color);
}

.faq-contact p {
    margin-bottom: 20px;
    color: var(--muted-text);
}

/* FAQ accordion */

.accordion .accordion-item { border: 1px solid var(--border-color); background: #fff; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }

.accordion-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; cursor: pointer; }

.accordion-header h3 { font-size: 16px; }

.accordion-icon { color: var(--primary-color); font-weight: 700; }

.accordion-content { max-height: 0; overflow: hidden; transition: max-height .25s ease; padding: 0 16px; }

.accordion-item.active .accordion-content { max-height: 360px; padding: 0 16px 14px 16px; }

/* News */

.news .news-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.news-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 12px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }

.news-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(2, 6, 23, 0.08); }

.news-card-body { padding: 18px; }

.news-card h2 { font-size: 20px; margin-bottom: 6px; }

.news-card h2 a { color: var(--text-color); }

.news-card h2 a:hover { color: var(--primary-color); }

.news-excerpt { color: var(--muted-text); margin: 8px 0 12px; }

.news-meta { color: var(--muted-text); font-size: 14px; }

/* Contact */

.form-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }

.form-row label { font-weight: 600; }

.form-row input, .form-row textarea { 
    border: 1px solid var(--border-color); 
    border-radius: 10px; 
    padding: 12px 14px; 
    font-size: 16px; 
    color: var(--text-color);
    background-color: var(--background-color);
}

/* Исправление цвета placeholder'ов - делаем их более темными */
.form-row input::placeholder, 
.form-row textarea::placeholder {
    color: var(--text-color);
    opacity: 0.7;
}

/* Общие стили для всех инпутов */
input, textarea, select {
    color: var(--text-color) !important;
}

input::placeholder, 
textarea::placeholder {
    color: var(--text-color) !important;
    opacity: 0.7 !important;
}

.form-actions { display: flex; align-items: center; gap: 12px; }

.form-message { font-size: 14px; }

.form-message.success { color: #16a34a; }

.form-message.error { color: #dc2626; }

/* Footer */

footer { background: #0f172a; color: #e2e8f0; padding: 60px 0 30px; }

.footer-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin-bottom: 40px; }

.footer-column h3 { font-size: 18px; margin-bottom: 12px; color: #ffffff; }

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

.footer-column li { margin: 8px 0; }

.footer-column a { color: #cbd5e1; }

.footer-column a:hover { color: #ffffff; }

.footer-logo img { height: 36px; }

.footer-bottom { border-top: 1px solid rgba(226, 232, 240, 0.12); padding-top: 18px; text-align: center; color: #94a3b8; }

/* Responsive */

@media (max-width: 992px) {
    .feature-grid, .features-grid { grid-template-columns: repeat(2, 1fr); }
    .download-options { grid-template-columns: repeat(3, 1fr); justify-items: center; }
    .docs-container, .faq-container { grid-template-columns: 1fr; }
    .news .news-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .site-nav { display: none; }
    .site-nav.active { 
        display: block; 
        position: absolute; 
        left: 0; 
        right: 0; 
        top: 60px; 
        background: #0f172a; 
        border-bottom: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
    .site-nav ul { flex-direction: column; gap: 0; }
    .site-nav li { border-top: 1px solid rgba(255,255,255,0.08); }
    .site-nav li a, .nav-cta a { 
        display: block; 
        padding: 12px 20px; 
        color: #e5e7eb;
        transition: all 0.2s ease;
    }
    .site-nav li a:hover, .site-nav li a.active {
        color: #93c5fd;
        background-color: rgba(147, 197, 253, 0.1);
    }
    .mobile-menu-toggle { display: flex; }
    .hero { padding: 90px 0 0px; }
    .hero h1 { font-size: 36px; }
    .download-options { grid-template-columns: repeat(2, 1fr); justify-items: center; }
    
    /* Footer mobile adaptation */
    .footer-columns { 
        grid-template-columns: 1fr; 
        gap: 30px; 
        text-align: center; 
    }
    
    .footer-column {
        margin-bottom: 20px;
    }
    
    .footer-column h3 {
        margin-bottom: 16px;
        font-size: 16px;
    }
    
    .footer-column ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .footer-column li {
        margin: 0;
    }
    
    .footer-logo {
        margin-bottom: 16px;
    }
}

@media (max-width: 576px) {
    .feature-grid, .features-grid { grid-template-columns: 1fr; }
    .download-options { grid-template-columns: 1fr; justify-items: center; }
    .news .news-list { grid-template-columns: 1fr; }
    
    /* Additional mobile styles for small screens */
    .container {
        padding: 0 16px;
    }
    
    .hero {
        padding: 60px 0 0px;
    }
    
    .hero h1 {
        font-size: 28px;
    }
    
    .hero h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    
    .hero p {
        font-size: 14px;
        margin-bottom: 24px;
    }
    
    .hero .phone {
        width: 300px;
        max-width: 90%;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .section-title p {
        font-size: 14px;
    }
    
    .features, .how-it-works, .download {
        padding: 60px 0;
    }
    
    .feature-item h3 {
        font-size: 16px;
    }
    
    .feature-item p {
        font-size: 14px;
    }
    
    .steps {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .step {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .step h3 {
        font-size: 16px;
    }
    
    .step p {
        font-size: 14px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .download-option {
        padding: 16px;
    }
    
    .download-option h3 {
        font-size: 14px;
    color: #00E5FF;
    }
    
    .footer-column h3 {
        font-size: 14px;
    }
    
    .footer-column a {
        font-size: 14px;
    }
    
    /* Header mobile improvements */
    .site-header {
        padding: 8px 0;
    }
    
    .site-header .container {
        padding: 0 16px;
    }
    
    .logo img {
        height: 42px;
    }
    
    /* Additional mobile styles for download page */
    .download-platforms {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    
    .platform-button {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
    
    .version-card {
        padding: 16px;
    }
    
    .version-platform .version-icon {
        width: 36px;
        height: 36px;
    }
    
    /* Additional docs mobile styles */
    .docs-sidebar, .docs-content, .faq-categories {
        padding: 12px;
    }
    
    .faq-contact {
        padding: 20px;
        margin-top: 24px;
    }
    
    .docs-category {
        margin-bottom: 16px;
    }
    
    /* Additional FAQ mobile styles */
    .accordion-header {
        padding: 10px 12px;
    }
    
    .accordion-header h3 {
        font-size: 13px;
    }
    
    .site-nav.active {
        padding: 16px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .site-nav.active ul {
        padding: 0 16px;
    }
    
    .site-nav.active li a {
        padding: 12px 0;
        border-bottom: 1px solid var(--border-color);
    }
    
    .site-nav.active li:last-child a {
        border-bottom: none;
    }
    
    .nav-balance {
        font-size: 14px;
        padding: 8px 0;
        color: var(--primary-color);
        font-weight: 600;
    }
}

/* Extra small screens (320px and down) */
@media (max-width: 320px) {
    .container {
        padding: 0 12px;
    }
    
    .hero h1 {
        font-size: 24px;
    }
    
    .hero h2 {
        font-size: 16px;
    }
    
    .hero .phone {
        width: 250px;
        max-width: 85%;
    }
    
    .cta-buttons .btn {
        font-size: 14px;
        padding: 10px 16px;
    }
    
    .section-title h2 {
        font-size: 20px;
    }
    
    .feature-item {
        padding: 16px;
    }
    
    .step {
        padding: 16px;
    }
    
    .step-number {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .download-option {
        padding: 12px;
    }
    
    .download-option img {
        width: 48px;
    }
    
    .footer-column h3 {
        font-size: 13px;
    }
    
    .footer-column a {
        font-size: 13px;
    }
}

/* General mobile improvements */
@media (max-width: 768px) {
    /* Touch-friendly interactions */
    .btn, .form-input, .download-option, .feature-item {
        transition: transform 0.1s ease;
    }
    
    .btn:active, .download-option:active {
        transform: scale(0.98);
    }
    
    /* Better spacing for touch */
    .btn {
        min-height: 44px;
    }
    
    .form-input {
        min-height: 48px;
    }
    
    /* Improved readability */
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    
    /* Better touch targets */
    .footer-column a {
        padding: 8px 0;
        display: inline-block;
    }
    
    /* Download page mobile styles */
    .download-page {
        padding: 60px 0;
    }
    
    .download-platforms {
        justify-content: center;
        gap: 8px;
    }
    
    .platform-button {
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .platform-button .platform-icon {
        width: 16px;
        height: 16px;
    }
    
    .version-card {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }
    
    .version-platform {
        justify-content: center;
    }
    
    .version-actions {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .version-actions .btn {
        width: 100%;
    }
    
    .version-details {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    /* Docs page mobile styles */
    .docs-container, .faq-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .docs-sidebar {
        order: 2;
        padding: 16px;
    }
    
    .docs-content {
        order: 1;
        padding: 16px;
    }
    
    .docs-category h3 {
        font-size: 14px;
    }
    
    .docs-category a {
        font-size: 14px;
        padding: 8px 0;
        display: block;
    }
    
    /* FAQ mobile styles */
    .faq-categories {
        order: 2;
        margin-top: 20px;
    }
    
    .faq-items {
        order: 1;
    }
    
    .accordion-header {
        padding: 12px 14px;
    }
    
    .accordion-header h3 {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .accordion-content {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .accordion-item.active .accordion-content {
        padding: 0 14px 12px 14px;
    }
}

/* Dark Amnezia-like override */
body.is-amnezia, .is-dark-page body { background: #0b0b0c; color: #e5e7eb; }
.site-header.is-dark { background: rgba(11,11,12,0.6); border-bottom-color: rgba(255,255,255,0.08); position: sticky; }
.site-header.is-dark .site-nav a { color: #e5e7eb; }
.site-header.is-dark .site-nav a.active, .site-header.is-dark .site-nav a:hover { color: #93c5fd; }

.hero { background: #000000; color: #e5e7eb; }
.hero h1 { color: #e5e7eb; }
.hero h2, .hero p { color: #cbd5e1; }
.btn-secondary { color: #e5e7eb; border-color: rgba(255,255,255,0.25); }

.features { background: #0f1115; }

/* Pricing section dark theme override */
.pricing { background: #000000; }
.pricing-card { background: transparent !important; background-color: transparent !important; background-image: none !important; }

/* Download section dark theme override */
.download-option h3 { color: #00E5FF !important; }

/* Dark card polish closer to Amnezia */
.feature-item, .feature-card { background: #111317; border-color: rgba(255,255,255,0.08); }
.feature-item:hover, .feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(0,0,0,.35), 0 0 0 1px rgba(0,229,255,.15); }
.feature-item h3 { color: #e5e7eb; }
.feature-item p { color: #9aa4b2; }

.how-it-works { background: #0b0b0c; }
.step p { color: #9aa4b2; }

.download { background: #0f1115; }
.download-option { background: #111317; border-color: rgba(255,255,255,0.08); }
.version-card { background: #111317; border-color: rgba(255,255,255,0.08); }
.version-changelog, .version-requirements { background: #0f172a; }

.docs-sidebar, .docs-content, .accordion .accordion-item, .faq-categories, .faq-contact { background: #111317; border-color: rgba(255,255,255,0.08); }
.docs-category a, .faq-categories a { color: #9aa4b2; }
.docs-category li.active a, .docs-category a:hover, .faq-categories li.active a, .faq-categories a:hover { color: #93c5fd; }
.faq-contact h2 { color: #e5e7eb; }
.faq-contact p { color: #9aa4b2; }

.news .news-list .news-card { background: #111317; border-color: rgba(255,255,255,0.08); }
.news-card h2 a { color: #e5e7eb; }
.news-excerpt, .news-meta { color: #9aa4b2; }

footer { background: #0a0b0d; border-top-color: rgba(255,255,255,0.06); }