/* ============================================
   СБРОС И БАЗОВЫЕ СТИЛИ
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

:root {
    /* Цветовая палитра */
    --color-white: #FFFFFF;
    --color-blue: #003DA5;
    --color-blue-light: #0051D5;
    --color-blue-dark: #002570;
    --color-red: #E4002B;
    --color-red-light: #FF1744;
    --color-red-dark: #C5001D;
    
    /* Нейтральные цвета */
    --color-black: #0A0A0A;
    --color-gray-900: #1A1A1A;
    --color-gray-800: #2D2D2D;
    --color-gray-700: #4A4A4A;
    --color-gray-600: #6B6B6B;
    --color-gray-500: #8C8C8C;
    --color-gray-400: #B0B0B0;
    --color-gray-300: #D1D1D1;
    --color-gray-200: #E8E8E8;
    --color-gray-100: #F5F5F5;
    --color-gray-50: #FAFAFA;
    
    /* Акцентные цвета */
    --color-telegram: #0088CC;
    --color-whatsapp: #25D366;
    --color-gold: #FFB800;
    
    /* Градиенты */
    --gradient-patriot: linear-gradient(135deg, var(--color-blue) 0%, var(--color-red) 100%);
    --gradient-patriot-light: linear-gradient(135deg, var(--color-blue-light) 0%, var(--color-red-light) 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(0, 61, 165, 0.95) 0%, rgba(228, 0, 43, 0.95) 100%);
    
    /* Тени */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.16);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.20);
    
    /* Типографика */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --font-display: 'Inter', sans-serif;
    
    /* Размеры */
    --nav-height: 50px;
    --container-max: 1200px;
    --border-radius: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--nav-height);
}

body {
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--color-gray-900);
    background: var(--color-gray-50);
    background-image: url('./img/back.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   ТИПОГРАФИКА
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
}

h3 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
}

p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-gray-700);
}

.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   НАВИГАЦИЯ
   ============================================ */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-height);
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    z-index: 1000;
    transition: var(--transition);
}

.navbar.scrolled {
    box-shadow: var(--shadow-md);
    height: 70px;
}

.nav-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-text {
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    background: var(--gradient-patriot);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: var(--transition);
}

.logo-text:hover {
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links a {
    position: relative;
    text-decoration: none;
    color: var(--color-gray-800);
    font-weight: 500;
    font-size: 0.9375rem;
    font-weight: 700;
    transition: var(--transition);
    padding: 8px 0;
}

.nav-links a:not(.btn-primary):hover {
    color: var(--color-red);
}

.nav-links a:not(.btn-primary)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-patriot-light);
    transition: width 0.3s ease;
}

.nav-links a:not(.btn-primary):hover::after {
    width: 100%;
}
/*####*/

.mobile-menu-btn {
    display: none;
    font-size: 1.5rem;
    color: var(--color-gray-900);
    cursor: pointer;
    padding: 8px;
    transition: var(--transition);
}

.mobile-menu-btn:hover {
    color: var(--color-red);
}

/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: var(--color-white);
    box-shadow: -4px 0 32px rgba(0, 0, 0, 0.1);
    padding: 100px 32px 32px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 1.75rem;
    cursor: pointer;
    color: var(--color-gray-700);
    transition: var(--transition);
}

.mobile-menu-close:hover {
    color: var(--color-red);
    transform: rotate(90deg);
}

.mobile-menu a {
    display: block;
    padding: 16px 0;
    color: var(--color-gray-800);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.125rem;
    border-bottom: 1px solid var(--color-gray-200);
    transition: var(--transition);
}

.mobile-menu a:hover {
    color: var(--color-red);
    padding-left: 8px;
}

/* ============================================
   HERO СЕКЦИЯ
   ============================================ */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: calc(var(--nav-height) + 80px) 0 80px;
    background: var(--gradient-overlay);
    overflow: hidden;
}

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

.hero-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(255, 255, 255, 0.1) 40px,
        rgba(255, 255, 255, 0.1) 80px
    );
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--color-white);
}

.hero-title {
    margin-bottom: 32px;
    animation: fadeInUp 0.8s ease;
}

.highlight {
    display: inline-block;
    color: var(--color-gold);
    font-size: 1.2em;
    text-shadow: 0 0 30px rgba(255, 184, 0, 0.5);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.patriot-text {
    background: linear-gradient(135deg, var(--color-gray-300) 0%, var(--color-gold) 50%, var(--color-gray-300) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: none;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 48px 0;
}

.hero-feature {
    padding: 32px 24px;
    border-radius: var(--border-radius);
    transition: var(--transition);
    animation: fadeInUp 0.8s ease backwards;
}

.hero-feature:nth-child(1) { animation-delay: 0.1s; }
.hero-feature:nth-child(2) { animation-delay: 0.2s; }
.hero-feature:nth-child(3) { animation-delay: 0.3s; }

.hero-feature:hover {
    transform: translateY(-4px);
}

.hero-feature i {
    font-size: 2.5rem;
    margin-bottom: 16px;
    display: grid;
}

.hero-feature p {
    font-size: 1.0625rem;
    font-weight: 750;
    color: var(--color-white);
    margin: 0;
}

.hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.4s backwards;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--color-gray-900);
    padding: 18px 48px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.225rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: var(--transition);
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.social-quick {
    display: flex;
    gap: 12px;
}

.social-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition);
}

.social-btn:hover {
    transform: translateY(-3px) scale(1.05);
}

.social-btn.telegram {
    color: var(--color-white);
}

.social-btn.telegram:hover {
    background: var(--color-telegram);
    border-color: var(--color-telegram);
}

.social-btn.whatsapp {
    color: var(--color-white);
}

.social-btn.whatsapp:hover {
    background: var(--color-whatsapp);
    border-color: var(--color-whatsapp);
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ============================================
   АНИМАЦИИ
   ============================================ */

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

/* ============================================
   СЕКЦИИ
   ============================================ */

section {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header h2 {
    margin-bottom: 16px;
    color: var(--color-gray-900);
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--color-gray-600);
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   О КАРТЕ
   ============================================ */

.about {
    background: transparent;
    position: relative;
}

.partners-section h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 48px;
    color: var(--color-gray-800);
    font-weight: 600;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 64px;
}

.partner-card {
    background: var(--color-white);
    padding: 32px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    border: 2px solid var(--color-gray-100);
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--color-red);
}

.partner-card img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    opacity: 0.7;
    transition: var(--transition);
}

.partner-card:hover img {
    opacity: 1;
}

/* ============================================
   КОНТАКТНАЯ СЕКЦИЯ
   ============================================ */

.section-contact {
    text-align: center;
    margin-top: 64px;
    padding: 48px;
}

.section-contact p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--color-gray-900);
}

.contact-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.btn-contact.telegram {
    background: var(--color-telegram);
    color: var(--color-white);
    border-radius: 30px;
}

.btn-contact.telegram:hover {
    background: #006699;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-contact.whatsapp {
    background: var(--color-whatsapp);
    color: var(--color-white);
    border-radius: 30px;
}

.btn-contact.whatsapp:hover {
    background: #1DA851;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ============================================
   ПРЕИМУЩЕСТВА
   ============================================ */

.benefits {
    background: transparent;
    position: relative;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 64px;
}

.benefit-card {
    background: var(--color-white);
    padding: 40px 32px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-align: center;
    border: 2px solid transparent;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-blue);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: var(--gradient-patriot);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--color-white);
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(228, 0, 43, 0.3);
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1) rotate(5deg);
}

.benefit-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--color-gray-900);
}

.benefit-card p {
    color: var(--color-gray-600);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.highlight-card {
    background: linear-gradient(135deg, #E3F2FD 0%, #FFEBEE 100%);
    border: 2px solid var(--color-red);
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '⭐';
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 1.5rem;
}

/* ============================================
   СТАТИСТИКА
   ============================================ */

.stats {
    padding: 80px 0;
    background: var(--gradient-overlay);
    position: relative;
}

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

.stat-card {
    text-align: center;
    color: var(--color-white);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 8px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    font-family: var(--font-display);
}

.stat-label {
    font-size: 1.125rem;
    font-weight: 500;
    opacity: 0.95;
}

/* ============================================
   ОТЗЫВЫ
   ============================================ */

.reviews {
    background: transparent;
    position: relative;
}

.reviews-content {
    max-width: 800px;
    margin: 0 auto;
}

.telegram-reviews {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    padding: 64px 48px;
    border-radius: 24px;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid rgba(0, 136, 204, 0.2);
}

.telegram-icon {
    font-size: 4rem;
    color: var(--color-telegram);
    margin-bottom: 24px;
}

.telegram-reviews h3 {
    font-size: 1.75rem;
    margin-bottom: 16px;
    color: var(--color-gray-900);
}

.telegram-reviews p {
    font-size: 1.0625rem;
    color: var(--color-gray-700);
    margin-bottom: 32px;
}

.btn-telegram {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--color-telegram);
    color: var(--color-white);
    padding: 18px 48px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(0, 136, 204, 0.3);
}

.btn-telegram:hover {
    background: #006699;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 136, 204, 0.4);
}

.btn-telegram i {
    font-size: 1.5rem;
}

/* ============================================
   CTA СЕКЦИЯ
   ============================================ */

.cta-section {
    padding: 100px 0;
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    margin-bottom: 24px;
    color: var(--color-gray-900);
}

.cta-content p {
    font-size: 1.25rem;
    color: var(--color-gray-700);
    margin-bottom: 48px;
}

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

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 24px 48px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.125rem;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
}

.btn-cta i {
    font-size: 1.75rem;
}

.btn-cta.telegram {
    background: var(--color-telegram);
    color: var(--color-white);
}

.btn-cta.telegram:hover {
    background: #006699;
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.btn-cta.whatsapp {
    background: var(--color-whatsapp);
    color: var(--color-white);
}

.btn-cta.whatsapp:hover {
    background: #1DA851;
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   FAQ
   ============================================ */

.faq {
    background: transparent;
    position: relative;
}

.faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: var(--color-white);
    border-radius: var(--border-radius);
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: var(--transition);
    border: 2px solid var(--color-gray-100);
}

.faq-item:hover {
    border-color: var(--color-blue);
}

.faq-question {
    padding: 24px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-gray-50);
    transition: var(--transition);
    user-select: none;
}

.faq-question:hover {
    background: #F0F7FF;
}

.faq-question h3 {
    font-size: 1.125rem;
    color: var(--color-gray-900);
    font-weight: 600;
    margin: 0;
}

.faq-question i {
    color: var(--color-red);
    transition: transform 0.3s ease;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 24px 28px;
}

.faq-answer p {
    color: var(--color-gray-700);
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
    background: linear-gradient(135deg, var(--color-blue-dark) 0%, var(--color-red-dark) 100%);
    color: var(--color-white);
    padding: 64px 0 32px;
}

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

.footer-logo .logo-text {
    background: linear-gradient(135deg, var(--color-white) 0%, var(--color-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-logo p {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-links h4,
.footer-contact h4 {
    margin-bottom: 24px;
    font-size: 1.125rem;
    font-weight: 600;
}

.footer-links a,
.footer-contact a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    font-size: 0.9375rem;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--color-white);
    padding-left: 8px;
}

.footer-contact a i {
    margin-right: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

/* ============================================
   КНОПКА ВВЕРХ
   ============================================ */

.scroll-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 56px;
    height: 56px;
    background: var(--gradient-patriot);
    color: var(--color-white);
    border: none;
    border-radius: 50%;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-lg);
    z-index: 999;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

@media (max-width: 1024px) {
    :root {
        --nav-height: 70px;
    }
    
    section {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero {
        padding: calc(var(--nav-height) + 60px) 0 60px;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .section-header {
        margin-bottom: 48px;
    }
    
    .benefits-grid,
    .partners-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-cta {
        width: 100%;
        justify-content: center;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .section-contact,
    .telegram-reviews {
        padding: 40px 24px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-cta {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-hero {
        width: 100%;
        justify-content: center;
    }
    
    .social-quick {
        width: 100%;
        justify-content: center;
    }
    
    .contact-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-contact,
    .btn-telegram {
        width: 100%;
        justify-content: center;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
}

/* ============================================
   УЛУЧШЕНИЯ ПРОИЗВОДИТЕЛЬНОСТИ
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
