/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* АБСОЛЮТНЫЙ запрет выделения и перетаскивания для всех изображений */
img {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    pointer-events: auto;
    -webkit-touch-callout: none !important;
    -webkit-user-modify: read-only !important;
    -moz-user-modify: read-only !important;
    -ms-user-modify: read-only !important;
    touch-action: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -moz-tap-highlight-color: transparent !important;
    -ms-tap-highlight-color: transparent !important;
    tap-highlight-color: transparent !important;
    -webkit-user-callout: none !important;
    -webkit-touch-action: none !important;
    -ms-touch-action: none !important;
    -khtml-user-select: none !important;
    -o-user-select: none !important;
}

/* АБСОЛЮТНЫЙ запрет для видео */
video {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    pointer-events: auto;
    -webkit-touch-callout: none !important;
    touch-action: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-callout: none !important;
    -webkit-touch-action: none !important;
    -ms-touch-action: none !important;
}

/* АБСОЛЮТНЫЙ запрет контекстного меню на всех элементах с изображениями */
.feature-icon,
.ai-avatar-section,
.logo-section,
.feature-icon-image,
.ai-avatar,
.site-logo {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    touch-action: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-callout: none !important;
    -webkit-touch-action: none !important;
    -ms-touch-action: none !important;
}

/* Глобальный запрет выделения на touch устройствах */
@media (hover: none) and (pointer: coarse) {
    img, video {
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        user-select: none !important;
        touch-action: none !important;
    }
    
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    /* Дополнительная защита для всех элементов с изображениями */
    .feature-icon,
    .ai-avatar-section,
    .logo-section,
    .feature-icon-image,
    .ai-avatar,
    .site-logo,
    img,
    video {
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        touch-action: none !important;
    }
}

/* Дополнительный глобальный запрет контекстного меню и выделения */
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Разрешаем выделение текста только для текстовых элементов */
p, h1, h2, h3, h4, h5, h6, span, li, .description-text, .feature-text, .wish-description, .wish-label, .counter-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

:root {
    --primary-color: #a855f7;
    --secondary-color: #c084fc;
    --accent-color: #e879f9;
    --neon-glow: 0 0 20px rgba(168, 85, 247, 0.6), 0 0 40px rgba(168, 85, 247, 0.4), 0 0 60px rgba(168, 85, 247, 0.2);
    --neon-glow-strong: 0 0 30px rgba(168, 85, 247, 0.8), 0 0 60px rgba(168, 85, 247, 0.6), 0 0 90px rgba(168, 85, 247, 0.4);
    --text-color: #ffffff;
    --text-secondary: #e5e7eb;
    --bg-overlay: rgba(0, 0, 0, 0.7);
    --card-bg: rgba(255, 255, 255, 0.1);
    --hover-bg: rgba(255, 255, 255, 0.2);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--text-color);
    min-height: 100vh;
    position: relative;
    background: #000;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Загрузочный экран */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    pointer-events: auto;
}

.loading-screen.hidden {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    display: none !important;
}

.loading-video-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.loading-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

/* Фоновое изображение */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('seitFon.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.6;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
}

/* Скрытие scrollbar */
body::-webkit-scrollbar {
    width: 8px;
}

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

body::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.5);
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
    background: rgba(99, 102, 241, 0.7);
}

@supports (scrollbar-width: thin) {
    html {
        scrollbar-width: thin;
        scrollbar-color: rgba(99, 102, 241, 0.5) rgba(0, 0, 0, 0.1);
    }
}

/* Контейнер приветствия */
.welcome-container {
    max-width: 800px;
    width: 100%;
    padding: 2rem;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    box-sizing: border-box;
}

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

/* Логотип */
.logo-section {
    margin-bottom: 3rem;
    animation: fadeIn 1s ease-out;
}

.site-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.5));
    animation: logoGlow 3s ease-in-out infinite;
}

@keyframes logoGlow {
    0%, 100% {
        filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.5));
    }
    50% {
        filter: drop-shadow(0 0 30px rgba(168, 85, 247, 0.8));
    }
}

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

/* Контент секция */
.content-section {
    background: var(--card-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem 2rem;
    border: 1px solid rgba(168, 85, 247, 0.3);
    box-shadow: var(--neon-glow);
    animation: fadeInUp 1s ease-out 0.2s both;
}

/* Заголовок */
.welcome-title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 0 0 30px rgba(168, 85, 247, 0.5);
}

/* Карточка сообщения от ИИ */
.ai-message-card {
    background: rgba(168, 85, 247, 0.1);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(168, 85, 247, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.ai-avatar-section {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color);
    box-shadow: var(--neon-glow);
    background: rgba(168, 85, 247, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: avatarPulse 2s ease-in-out infinite;
}

@keyframes avatarPulse {
    0%, 100% {
        box-shadow: var(--neon-glow);
    }
    50% {
        box-shadow: var(--neon-glow-strong);
    }
}

.ai-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-message-text {
    flex: 1;
}

.ai-message {
    font-size: 1.3rem;
    color: var(--text-color);
    line-height: 1.8;
    font-weight: 500;
}

.anime-emoji {
    font-size: 1.5rem;
    display: inline-block;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Прогресс проекта */
.progress-section {
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.progress-bar-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(168, 85, 247, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.progress-bar {
    flex: 1;
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
    animation: progressFill 2s ease-out;
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes progressFill {
    from {
        width: 0;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.progress-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    white-space: nowrap;
}

/* Информация о проекте */
.project-info {
    margin-bottom: 2.5rem;
    text-align: left;
    animation: fadeInUp 1s ease-out 0.5s both;
}

/* Описание проекта */
.project-description {
    margin-bottom: 2rem;
    text-align: center;
}

.section-title {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.description-text {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Сетка фич */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.feature-card {
    background: rgba(168, 85, 247, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(168, 85, 247, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.feature-card:hover {
    background: rgba(168, 85, 247, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(168, 85, 247, 0.3);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    animation: float 3s ease-in-out infinite;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(168, 85, 247, 0.3);
    background: rgba(168, 85, 247, 0.1);
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
}

.feature-icon-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.feature-title {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.feature-text {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

.info-title {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.info-title:first-child {
    margin-top: 0;
}

.info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.info-list li {
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    background: rgba(168, 85, 247, 0.05);
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
    color: var(--text-secondary);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.info-list li:hover {
    background: rgba(168, 85, 247, 0.1);
    transform: translateX(5px);
}

.info-list.in-progress li {
    border-left-color: var(--accent-color);
    background: rgba(232, 121, 249, 0.05);
}

.info-list.in-progress li:hover {
    background: rgba(232, 121, 249, 0.1);
}

.status-message {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(192, 132, 252, 0.15));
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(168, 85, 247, 0.3);
    margin-top: 1.5rem;
}

.status-text {
    color: var(--text-color);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.status-text strong {
    color: var(--primary-color);
    font-size: 1.15rem;
}

/* Счетчик желания */
.wish-counter-section {
    margin-top: 3rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.9s both;
}

.wish-title {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 600;
}

.wish-description {
    font-size: 1rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 1.5rem;
}

.wish-counter-card {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(192, 132, 252, 0.2));
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid rgba(168, 85, 247, 0.4);
    box-shadow: var(--neon-glow);
    text-align: center;
}

.wish-count-display {
    margin-bottom: 1.5rem;
}

.wish-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    line-height: 1;
    text-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    margin-bottom: 0.5rem;
}

.wish-label {
    font-size: 1.1rem;
    color: var(--text-secondary);
    display: block;
}

.wish-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-color);
    border: none;
    padding: 1.2rem 3rem;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--neon-glow);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.wish-btn:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: var(--neon-glow-strong);
}

.wish-btn:active:not(:disabled) {
    transform: translateY(-1px);
}

.wish-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.5), rgba(192, 132, 252, 0.5));
}

.wish-btn.clicked {
    background: linear-gradient(135deg, #10b981, #34d399);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.6);
}

.wish-btn-text {
    position: relative;
    z-index: 1;
}

.wish-btn-emoji {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(180deg);
    }
}

.wish-note {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--text-secondary);
    display: none;
}

/* Уведомление */
.wish-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-color);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: var(--neon-glow-strong);
    z-index: 10000;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s ease;
    font-weight: 500;
    max-width: 300px;
}

.wish-notification.show {
    opacity: 1;
    transform: translateX(0);
}

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

/* Текст подписки */
.subscribe-text {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.8s both;
}

/* Кнопки соцсетей */
.social-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.8s both;
}

.social-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 200px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.social-btn::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;
}

.social-btn:hover::before {
    left: 100%;
}

.social-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.social-btn span {
    position: relative;
    z-index: 1;
}

/* Telegram кнопка */
.telegram-btn {
    background: linear-gradient(135deg, #0088cc, #229ED9);
    box-shadow: 0 0 20px rgba(0, 136, 204, 0.4);
}

.telegram-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(0, 136, 204, 0.6), 0 5px 15px rgba(0, 136, 204, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Instagram кнопка */
.instagram-btn {
    background: linear-gradient(135deg, #E4405F, #F56040, #FCAF45);
    box-shadow: 0 0 20px rgba(228, 64, 95, 0.4);
}

.instagram-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(228, 64, 95, 0.6), 0 5px 15px rgba(228, 64, 95, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

/* TikTok кнопка */
.tiktok-btn {
    background: linear-gradient(135deg, #000000, #FF0050);
    box-shadow: 0 0 20px rgba(255, 0, 80, 0.4);
}

.tiktok-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(255, 0, 80, 0.6), 0 5px 15px rgba(255, 0, 80, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Счетчики соцсетей */
.social-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0.75rem 1rem;
    background: rgba(168, 85, 247, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(168, 85, 247, 0.2);
    min-width: 180px;
}

.counter-text {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.counter-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
    line-height: 1;
}

.social-notification {
    background: linear-gradient(135deg, #0088cc, #229ED9);
}

/* Адаптивность для планшетов (1024px и меньше) */
@media (max-width: 1024px) {
    .welcome-container {
        max-width: 90%;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }

    .welcome-title {
        font-size: 2.2rem;
    }
}

/* Адаптивность для мобильных устройств (768px и меньше) */
@media (max-width: 768px) {
    .welcome-container {
        padding: 1.5rem;
    }

    .welcome-title {
        font-size: 2rem;
    }

    .content-section {
        padding: 2rem 1.5rem;
    }

    .ai-message-card {
        padding: 1.5rem;
    }

    .ai-avatar-section {
        width: 100px;
        height: 100px;
    }

    .ai-message {
        font-size: 1.1rem;
    }

    .social-buttons {
        flex-direction: column;
        gap: 1.5rem;
    }

    .social-button-wrapper {
        width: 100%;
    }

    .social-btn {
        width: 100%;
        justify-content: center;
    }

    .social-counter {
        width: 100%;
        min-width: auto;
    }

    .counter-number {
        font-size: 1.5rem;
    }

    .site-logo {
        max-width: 150px;
    }

    .progress-bar-container {
        flex-direction: column;
        gap: 0.75rem;
    }

    .progress-text {
        font-size: 1rem;
    }

    .info-title {
        font-size: 1.2rem;
    }

    .info-list li {
        font-size: 0.95rem;
        padding: 0.6rem 0.8rem;
    }

    .status-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .welcome-title {
        font-size: 1.75rem;
    }

    .ai-message {
        font-size: 1rem;
    }

    .subscribe-text {
        font-size: 1rem;
    }

    .site-logo {
        max-width: 120px;
    }

    .progress-bar-container {
        padding: 0.8rem 1rem;
    }

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

    .info-list li {
        font-size: 0.9rem;
        padding: 0.5rem 0.7rem;
    }

    .status-message {
        padding: 1.2rem;
    }

    .status-text {
        font-size: 0.95rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-card {
        padding: 1.2rem;
    }

    .feature-icon {
        font-size: 2.5rem;
    }

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

    .feature-text {
        font-size: 0.9rem;
    }

    .wish-title {
        font-size: 1.3rem;
    }

    .wish-number {
        font-size: 2.5rem;
    }

    .wish-btn {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }

    .wish-counter-card {
        padding: 1.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-card {
        padding: 1.2rem;
    }

    .feature-icon {
        width: 90px;
        height: 90px;
    }

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

    .feature-text {
        font-size: 0.9rem;
    }
}

/* Адаптивность для маленьких мобильных (480px и меньше) */
@media (max-width: 480px) {
    html {
        font-size: 13px;
    }

    .welcome-container {
        padding: 1rem;
    }

    .logo-section {
        margin-bottom: 1.5rem;
    }

    .site-logo {
        max-width: 120px;
    }

    .welcome-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .content-section {
        padding: 1.5rem 1rem;
        border-radius: 15px;
    }

    .progress-bar-container {
        padding: 0.8rem 1rem;
    }

    .progress-text {
        font-size: 0.95rem;
    }

    .ai-message-card {
        padding: 1.2rem;
    }

    .ai-avatar-section {
        width: 80px;
        height: 80px;
    }

    .ai-message {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .description-text {
        font-size: 0.95rem;
    }

    .feature-card {
        padding: 1rem;
    }

    .feature-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 0.8rem;
    }

    .feature-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .feature-text {
        font-size: 0.85rem;
    }

    .info-title {
        font-size: 1.1rem;
        margin-top: 1rem;
    }

    .info-list li {
        font-size: 0.9rem;
        padding: 0.5rem 0.7rem;
        margin-bottom: 0.4rem;
    }

    .status-message {
        padding: 1.2rem;
    }

    .status-text {
        font-size: 0.95rem;
    }

    .wish-title {
        font-size: 1.2rem;
    }

    .wish-description {
        font-size: 0.9rem;
    }

    .wish-counter-card {
        padding: 1.2rem;
    }

    .wish-number {
        font-size: 2rem;
    }

    .wish-label {
        font-size: 0.95rem;
    }

    .wish-btn {
        padding: 0.9rem 1.5rem;
        font-size: 1rem;
    }

    .subscribe-text {
        font-size: 1rem;
    }

    .social-btn {
        padding: 0.9rem 1.2rem;
        font-size: 1rem;
    }

    .social-btn svg {
        width: 20px;
        height: 20px;
    }

    .counter-number {
        font-size: 1.3rem;
    }

    .counter-text {
        font-size: 0.8rem;
    }
}

/* Адаптивность для очень маленьких экранов (360px и меньше) */
@media (max-width: 360px) {
    html {
        font-size: 12px;
    }

    .welcome-container {
        padding: 0.8rem;
    }

    .content-section {
        padding: 1.2rem 0.8rem;
    }

    .welcome-title {
        font-size: 1.5rem;
    }

    .site-logo {
        max-width: 100px;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }

    .wish-number {
        font-size: 1.8rem;
    }

    .social-btn {
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
    }
}

/* Адаптивность для больших экранов (1440px и больше) */
@media (min-width: 1440px) {
    .welcome-container {
        max-width: 900px;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Портретная ориентация на мобильных */
@media (max-width: 768px) and (orientation: portrait) {
    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    .welcome-container {
        padding: 1rem;
    }
}

/* Ландшафтная ориентация на мобильных */
@media (max-width: 768px) and (orientation: landscape) {
    .welcome-container {
        padding: 1rem;
    }

    .logo-section {
        margin-bottom: 1rem;
    }

    .site-logo {
        max-width: 120px;
    }

    .content-section {
        padding: 1.5rem;
    }
}

/* Улучшения для touch устройств */
@media (hover: none) and (pointer: coarse) {
    .social-btn,
    .wish-btn {
        min-height: 44px;
        min-width: 44px;
    }

    .feature-card {
        cursor: default;
    }

    .social-btn:active,
    .wish-btn:active {
        transform: scale(0.95);
    }
}

/* Улучшения для высоких экранов */
@media (min-height: 900px) {
    .welcome-container {
        padding: 3rem 2rem;
    }
}

/* Улучшения для широких экранов */
@media (min-width: 1920px) {
    .welcome-container {
        max-width: 1000px;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}
