.elementor-724 .elementor-element.elementor-element-1010cd7c:not(.elementor-motion-effects-element-type-background), .elementor-724 .elementor-element.elementor-element-1010cd7c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-724 .elementor-element.elementor-element-1010cd7c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-724 .elementor-element.elementor-element-1010cd7c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-724 .elementor-element.elementor-element-539002f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-724 .elementor-element.elementor-element-b9ba96e.elementor-element{--align-self:stretch;--order:99999 /* order end hack */;--flex-grow:0;--flex-shrink:1;}body.elementor-page-724:not(.elementor-motion-effects-element-type-background), body.elementor-page-724 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-724 .elementor-element.elementor-element-539002f{width:100%;}}@media(max-width:767px){.elementor-724 .elementor-element.elementor-element-1010cd7c{padding:50px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b9ba96e */<!-- 
=== ИНСТРУКЦИЯ ПО УСТАНОВКЕ СТРАНИЦЫ "СПАСИБО" В ELEMENTOR ===

1. Создайте новую страницу в WordPress (или замените существующую /spasibo/)
2. Откройте её в Elementor
3. Добавьте секцию на всю ширину
4. В секцию добавьте виджет "HTML" 
5. Скопируйте HTML код ниже в виджет HTML
6. Скопируйте CSS код в Настройки сайта > Пользовательский CSS
7. Настройте контакты и ссылки под свои данные

=== HTML КОД ДЛЯ ВИДЖЕТА HTML ===
-->

<div class="thank-you-container">
    <div class="thank-you-content">
        <div class="thank-you-icon">🎉</div>
        
        <h1 class="thank-you-title">Спасибо за покупку!</h1>
        <div class="payment-status">
            <span class="status-icon">✅</span>
            <span class="status-text">Оплата произведена</span>
        </div>

        <p class="thank-you-subtitle">
            Отлично! Ваш заказ успешно оформлен. В течение рабочего дня я создам для вас личный кабинет и выдам доступ ко всем материалам.
        </p>

        <div class="next-steps">
            <h3>Что происходит дальше:</h3>
            <div class="steps-grid">
                <div class="step-item">
                    <span class="step-number">1</span>
                    <div class="step-content">
                        <h4>Обработка заказа</h4>
                        <p>Проверяем вашу оплату и готовим доступы</p>
                    </div>
                </div>
                
                <div class="step-item">
                    <span class="step-number">2</span>
                    <div class="step-content">
                        <h4>Создание кабинета</h4>
                        <p>Настраиваем ваш личный кабинет</p>
                    </div>
                </div>
                
                <div class="step-item">
                    <span class="step-number">3</span>
                    <div class="step-content">
                        <h4>Получение доступа</h4>
                        <p>Отправляем вам данные для входа</p>
                    </div>
                </div>
            </div>
        </div>

        <div class="quick-actions">
            <a href="https://t.me/ВАШТЕЛЕГРАМ" class="action-button primary">
                <span class="button-icon">💬</span>
                <span>Написать в Telegram</span>
            </a>
            
            <a href="#" class="action-button secondary" onclick="showContactInfo()">
                <span class="button-icon">⚡</span>
                <span>Ускорить процесс</span>
            </a>
        </div>

        <div class="help-block">
            <h3>Нужна помощь?</h3>
            <p>Если что-то пошло не так или вы хотите ускорить процесс, свяжитесь со мной в Telegram. Приготовьте квитанцию об оплате и вашу почту регистрации.</p>
            
            <div class="contact-methods">
                <a href="mailto:info@buildinotion.ru" class="contact-item">
                    <span>📧</span>
                    <span>info@buildinotion.ru</span>
                </a>
                <a href="https://t.me/ВАШТЕЛЕГРАМ" class="contact-item">
                    <span>💬</span>
                    <span>Telegram</span>
                </a>
            </div>
        </div>

        <div class="social-block">
            <h3>Подпишитесь на меня:</h3>
            <div class="social-links">
                <a href="https://t.me/ВАШКАНАЛ" class="social-link">
                    <span class="social-icon">📱</span>
                    <span>Telegram</span>
                </a>
                <a href="https://youtube.com/ВАШКАНАЛ" class="social-link">
                    <span class="social-icon">▶️</span>
                    <span>YouTube</span>
                </a>
                <a href="https://instagram.com/ВАШАККАУНТ" class="social-link">
                    <span class="social-icon">📷</span>
                    <span>Instagram</span>
                </a>
            </div>
        </div>

        <a href="/" class="back-home">Вернуться на главную</a>
    </div>
</div>

<script>
function showContactInfo() {
    alert('Для ускорения процесса:\n\n1. Напишите мне в Telegram\n2. Приложите квитанцию об оплате\n3. Укажите почту, на которую регистрировались\n\nЯ обработаю ваш заказ в приоритетном порядке!');
}

// Анимация появления элементов
document.addEventListener('DOMContentLoaded', function() {
    const elements = document.querySelectorAll('.step-item, .action-button');
    elements.forEach((el, index) => {
        el.style.opacity = '0';
        el.style.transform = 'translateY(20px)';
        setTimeout(() => {
            el.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
            el.style.opacity = '1';
            el.style.transform = 'translateY(0)';
        }, index * 150);
    });
});

// Конфетти эффект при загрузке  
function createConfetti() {
    const colors = ['#ff6b6b', '#4ecdc4', '#45b7d1', '#96ceb4', '#feca57'];
    for (let i = 0; i < 50; i++) {
        setTimeout(() => {
            const confetti = document.createElement('div');
            confetti.style.position = 'fixed';
            confetti.style.top = '-10px';
            confetti.style.left = Math.random() * 100 + '%';
            confetti.style.width = '10px';
            confetti.style.height = '10px';
            confetti.style.backgroundColor = colors[Math.floor(Math.random() * colors.length)];
            confetti.style.borderRadius = '50%';
            confetti.style.pointerEvents = 'none';
            confetti.style.zIndex = '9999';
            confetti.style.animation = 'thank-you-fall 3s linear forwards';
            document.body.appendChild(confetti);
            
            setTimeout(() => {
                confetti.remove();
            }, 3000);
        }, i * 100);
    }
}

// Запуск конфетти через секунду после загрузки
setTimeout(createConfetti, 1000);
</script>

<!--
=== CSS КОД ДЛЯ ПОЛЬЗОВАТЕЛЬСКОГО CSS ===
Скопируйте этот CSS код в: Elementor > Настройки сайта > Пользовательский CSS
-->

<style>
/* CSS для страницы благодарности */
.thank-you-container {
    background: #f8f9fa;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.thank-you-content {
    background: white;
    padding: 60px 40px;
    text-align: center;
    max-width: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.thank-you-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    animation: thank-you-bounce 2s infinite;
}

@keyframes thank-you-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.thank-you-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.payment-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d4edda;
    color: #155724;
    padding: 15px 25px;
    border-radius: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 1.1rem;
}

.status-icon {
    font-size: 1.2rem;
}

.thank-you-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.next-steps {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.next-steps h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 1.4rem;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
}

.step-number {
    background: #000000;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.step-content h4 {
    margin-bottom: 8px;
    color: #333;
    font-size: 1.1rem;
}

.step-content p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.quick-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.action-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.action-button.primary {
    background: #000000;
    color: white;
}

.action-button.primary:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.action-button.secondary {
    background: white;
    color: #000000;
    border: 2px solid #000000;
}

.action-button.secondary:hover {
    background: #000000;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.button-icon {
    font-size: 1.1rem;
}

.help-block {
    background: #fff3cd;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    text-align: left;
}

.help-block h3 {
    color: #856404;
    margin-bottom: 15px;
    font-size: 1.3rem;
    text-align: center;
}

.help-block p {
    color: #856404;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-methods {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #856404;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-weight: 500;
}

.contact-item:hover {
    opacity: 0.8;
    color: #856404;
    text-decoration: none;
}

.social-block {
    background: #000000;
    color: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.social-block h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #333;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: white;
    color: #000000;
    text-decoration: none;
}

.social-icon {
    font-size: 1.1rem;
}

.back-home {
    display: inline-block;
    background: #000000;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.back-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

/* Анимация конфетти */
@keyframes thank-you-fall {
    to {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .thank-you-content {
        padding: 40px 20px;
    }

    .thank-you-title {
        font-size: 2rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .quick-actions {
        flex-direction: column;
        align-items: center;
    }

    .action-button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .contact-methods,
    .social-links {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .thank-you-container {
        padding: 20px 10px;
    }
    
    .thank-you-content {
        padding: 30px 15px;
    }
    
    .thank-you-icon {
        font-size: 3rem;
    }
    
    .thank-you-title {
        font-size: 1.8rem;
    }

    .payment-status {
        padding: 12px 20px;
        font-size: 1rem;
    }
}

/* Принудительное центрирование для Elementor */
.elementor-widget-html .thank-you-container {
    margin: 0 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
}

.elementor-section .thank-you-container {
    background: #f8f9fa !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
}

/* Дополнительные стили для исправления центрирования */
.elementor-widget-html {
    width: 100% !important;
}

.elementor-html-wrapper {
    width: 100% !important;
}

/* Сброс стандартных отступов Elementor */
.thank-you-container * {
    box-sizing: border-box;
}

/* Принудительное центрирование контента */
.thank-you-content {
    margin-left: auto !important;
    margin-right: auto !important;
}
</style>/* End custom CSS */