    /* Улучшение читаемости для SEO */
        .content-section {
            line-height: 1.7;
        }

        .seo-text {
            max-width: 800px;
            margin: 0 auto;
            font-size: 1.1rem;
        }

        /* Скрытие элементов для скринридеров */
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        /* Улучшение семантики */
        [role="banner"] {
            background: rgba(255, 255, 255, 0.98);
        }

        :root {
            --primary: #4361ee;
            --primary-dark: #3a56d4;
            --secondary: #7209b7;
            --accent: #4cc9f0;
            --light: #f8f9fa;
            --dark: #212529;
            --success: #4bb543;
            --gradient: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            color: var(--dark);
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        section {
            padding: 100px 0;
            position: relative;
        }

        .btn {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            font-family: 'Montserrat', sans-serif;
        }

        .btn-primary {
            background: var(--gradient);
            color: white;
            box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(67, 97, 238, 0.4);
        }

        .btn-outline {
            background: transparent;
            color: var(--primary);
            border: 2px solid var(--primary);
        }

        .btn-outline:hover {
            background: var(--primary);
            color: white;
        }

        /* Header & Navigation */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        header.scrolled {
            background: rgba(255, 255, 255, 0.98);
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }

        .logo {
            font-size: 24px;
            font-weight: 700;
            color: var(--primary);
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .logo i {
            margin-right: 10px;
            font-size: 28px;
        }

        .nav-links {
            display: flex;
            list-style: none;
        }

        .nav-links li {
            margin-left: 30px;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--dark);
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--primary);
        }

        /* Стили для современного мобильного меню */
        .mobile-menu {
            display: none;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 22px;
            cursor: pointer;
            position: relative;
            z-index: 1002;
            transition: all 0.3s ease;
        }

        .mobile-menu span {
            display: block;
            height: 3px;
            width: 100%;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            border-radius: 3px;
            transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
            transform-origin: center;
            box-shadow: 0 2px 5px rgba(67, 97, 238, 0.2);
        }

        /* Анимация бургера при открытии */
        .mobile-menu.active {
            transform: rotate(180deg);
        }

        .mobile-menu.active span:nth-child(1) {
            transform: rotate(45deg) translate(8px, 8px);
            background: var(--primary);
        }

        .mobile-menu.active span:nth-child(2) {
            opacity: 0;
            transform: scale(0);
        }

        .mobile-menu.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -7px);
            background: var(--secondary);
        }

        /* Мобильное меню */
        @media (max-width: 768px) {
            .mobile-menu {
                display: flex;
            }

            .nav-links {
                position: fixed;
                top: 0;
                right: -100%;
                width: 85%;
                max-width: 350px;
                height: 100vh;
                background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                padding: 100px 2rem 2rem;
                box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
                transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
                z-index: 1001;
                gap: 0;
                backdrop-filter: blur(10px);
            }

            .nav-links::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.98) 100%);
                z-index: -1;
            }

            .nav-links.active {
                right: 0;
                transform: translateX(0);
            }

            /* Логотип в мобильном меню */
            .nav-links::after {
                content: 'SlotOFF';
                font-family: 'Montserrat', sans-serif;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 80px;
                background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
                display: flex;
                align-items: center;
                padding: 0 2rem;
                color: white;
                font-weight: 700;
                font-size: 1.3rem;
                box-shadow: 0 2px 20px rgba(67, 97, 238, 0.3);
                z-index: 1;
            }

            .nav-links li {
                width: 100%;
                margin-bottom: 0;
                opacity: 0;
                transform: translateX(50px);
                transition: all 0.4s ease;
                z-index: 2;
                position: relative;
            }

            .nav-links.active li {
                opacity: 1;
                transform: translateX(0);
            }

            .nav-links li a {
                display: flex;
                align-items: center;
                padding: 1.2rem 1rem;
                border-bottom: 1px solid rgba(67, 97, 238, 0.1);
                width: 100%;
                font-size: 1.1rem;
                font-weight: 500;
                color: var(--dark);
                text-decoration: none;
                transition: all 0.3s ease;
                position: relative;
                overflow: hidden;
            }

            .nav-links li a::before {
                content: '';
                position: absolute;
                left: -100%;
                top: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(90deg, transparent, rgba(67, 97, 238, 0.1), transparent);
                transition: left 0.5s ease;
            }

            .nav-links li a:hover::before {
                left: 100%;
            }

            .nav-links li a:hover {
                color: var(--primary);
                background: rgba(67, 97, 238, 0.05);
                padding-left: 1.5rem;
            }

            .nav-links li:last-child {

                padding-top: 2rem;
            }

            .nav-links li:last-child a {
                border-bottom: none;
                background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
                color: white !important;
                border-radius: 25px;
                justify-content: center;
                text-align: center;
                font-weight: 600;
                box-shadow: 0 4px 15px rgba(67, 97, 238, 0.4);
                transition: all 0.3s ease;
                margin-top: 1rem;
            }

            .nav-links li:last-child a:hover {
                transform: translateY(-2px);
                box-shadow: 0 6px 20px rgba(67, 97, 238, 0.6);
                background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary) 100%);
                padding-left: 1rem;
            }
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px);
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            z-index: 1000;
        }

        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Анимации для пунктов меню */
        .nav-links.active li:nth-child(1) {
            transition-delay: 0.1s;
        }

        .nav-links.active li:nth-child(2) {
            transition-delay: 0.15s;
        }

        .nav-links.active li:nth-child(3) {
            transition-delay: 0.2s;
        }

        .nav-links.active li:nth-child(4) {
            transition-delay: 0.25s;
        }

        .nav-links.active li:nth-child(5) {
            transition-delay: 0.3s;
        }

        /* Hero Section */
        .hero {
            height: 100vh;
            display: flex;
            align-items: center;
            background: var(--gradient);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,186.7C1248,192,1344,160,1392,144L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            background-position: bottom;
            opacity: 0.2;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
        }

        .hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .hero-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 2rem;
        }

        /* Features Section */
        .features {
            background-color: var(--light);
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: var(--dark);
            position: relative;
            display: inline-block;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient);
            border-radius: 2px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .feature-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 70px;
            height: 70px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 30px;
        }

        .feature-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        /* How It Works Section */
        .how-it-works {
            position: relative;
            overflow: hidden;
        }

        .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%234361ee" fill-opacity="0.05" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,186.7C1248,192,1344,160,1392,144L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            z-index: -1;
            transform: translateY(0px);
        }

        .steps {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 50px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            text-align: center;
            padding: 0 20px;
            position: relative;
            margin-bottom: 30px;
        }

        .step-number {
            width: 50px;
            height: 50px;
            background: var(--gradient);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            margin: 0 auto 20px;
        }

        .step::after {
            content: '';
            position: absolute;
            top: 25px;
            right: -10px;
            width: 20px;
            height: 2px;
            background: var(--primary);
            opacity: 0.3;
        }

        .step:last-child::after {
            display: none;
        }

        /* CTA Section */
        .cta {
            background: var(--gradient);
            color: white;
            text-align: center;
            padding: 100px 0;
        }

        .cta h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .cta p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 30px;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .btn-white {
            background: white;
            color: var(--primary);
        }

        .btn-white:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: translateY(-3px);
        }

        /* Footer */
        footer {
            background: var(--dark);
            color: white;
            padding: 70px 0 30px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 50px;
        }

        .footer-column h3 {
            font-size: 1.3rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-column h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background: var(--primary);
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: #adb5bd;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: white;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }

        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #adb5bd;
            font-size: 0.9rem;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .hero h1 {
                font-size: 2.8rem;
            }

            .steps {
                flex-direction: column;
                align-items: center;
            }

            .step::after {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.2rem;
            }

            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }

            .section-title h2 {
                font-size: 2rem;
            }
        }

        /* Pricing Section Styles */
        .pricing-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }

        .pricing-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%234361ee" fill-opacity="0.03" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,186.7C1248,192,1344,160,1392,144L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            z-index: 0;
        }

        .pricing-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            border: 2px solid transparent;
            text-align: center;
        }

        .pricing-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .pricing-card.popular {
            border-color: var(--primary);
            transform: scale(1.05);
            background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%);
        }

        .pricing-card.popular:hover {
            transform: scale(1.05) translateY(-15px);
        }

        .popular-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--gradient);
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 0.85rem;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
            z-index: 2;
        }

        .pricing-card-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 25px;
            border-bottom: 2px solid #f0f0f0;
        }

        .pricing-card-header h3 {
            font-size: 1.6rem;
            color: var(--dark);
            margin-bottom: 20px;
            font-weight: 700;
        }

        .price {
            display: flex;
            align-items: baseline;
            justify-content: center;
            margin-bottom: 10px;
        }

        .currency {
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--primary);
            margin-right: 5px;
        }

        .amount {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--primary);
            line-height: 1;
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .period {
            font-size: 1.1rem;
            color: #666;
            margin-left: 5px;
            font-weight: 500;
        }

        .price-total {
            margin: 15px 0;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .original {
            text-decoration: line-through;
            color: #999;
            font-size: 0.95rem;
        }

        .saving {
            color: var(--success);
            font-weight: 700;
            font-size: 0.95rem;
        }

        .pricing-card-header p {
            color: #666;
            font-size: 1rem;
            margin-top: 10px;
            font-weight: 500;
        }

        .pricing-features {
            margin-bottom: 35px;
            flex-grow: 1;
        }

        .pricing-features ul {
            list-style: none;
            text-align: left;
        }

        .pricing-features li {
            padding: 12px 0;
            display: flex;
            align-items: center;
            font-size: 1rem;
            border-bottom: 1px solid #f5f5f5;
        }

        .pricing-features li:last-child {
            border-bottom: none;
        }

        .pricing-features i {
            margin-right: 12px;
            width: 20px;
            text-align: center;
            font-size: 1.1rem;
        }

        .pricing-features .fa-check {
            color: var(--success);
        }

        .pricing-features .fa-times {
            color: #dc3545;
        }

        .pricing-card-footer {
            text-align: center;
            margin-top: auto;
        }

        .pricing-card-footer .btn {
            width: 100%;
            max-width: 200px;
            font-weight: 700;
            font-size: 1.1rem;
            padding: 15px 30px;
        }

        .pricing-note {
            text-align: center;
            margin-top: 50px;
            color: #666;
            font-size: 1rem;
            position: relative;
            z-index: 1;
        }

        .pricing-note p {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }

        /* Responsive Design for Pricing */
        @media (max-width: 1024px) {
            .pricing-cards {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 25px;
            }

            .pricing-card.popular {
                transform: none;
            }

            .pricing-card.popular:hover {
                transform: translateY(-15px);
            }
        }

        @media (max-width: 768px) {
            .pricing-cards {
                grid-template-columns: 1fr;
                gap: 20px;
                max-width: 400px;
            }

            .pricing-card {
                padding: 30px 20px;
            }

            .amount {
                font-size: 3rem;
            }

            .pricing-card-header h3 {
                font-size: 1.4rem;
            }

            .pricing-features li {
                font-size: 0.95rem;
                padding: 10px 0;
            }
        }

        @media (max-width: 480px) {
            .pricing-card {
                padding: 25px 15px;
            }

            .amount {
                font-size: 2.5rem;
            }

            .currency {
                font-size: 1.5rem;
            }
        }

        footer {
            background-color: #070f16;
            color: #ecf0f1;
            padding: 40px 0 20px;
            font-family: 'Arial', sans-serif;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-main {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 30px;
        }

        .brand-section {
            flex: 1;
            min-width: 300px;
            margin-bottom: 30px;
        }

        .brand-section h3 {
            color: #3498db;
            margin-bottom: 15px;
            font-size: 24px;
        }

        .brand-section p {
            line-height: 1.6;
            margin-bottom: 20px;
            max-width: 300px;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #0e1c2b;
            border-radius: 50%;
            color: #ecf0f1;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background-color: #3498db;
            transform: translateY(-3px);
        }

        .footer-columns {
            display: flex;
            flex: 2;
            flex-wrap: wrap;
            gap: 30px;
        }

        .footer-column {
            flex: 1;
            min-width: 200px;
        }

        .footer-column h4 {
            color: #3498db;
            margin-bottom: 15px;
            font-size: 18px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #3498db;
        }

        .contact-column {
            min-width: 250px;
        }

        .contact-info {
            margin-bottom: 20px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }

        .contact-item i {
            width: 20px;
            margin-right: 10px;
            color: #3498db;
        }

        .contact-item a,
        .contact-item span {
            color: #bdc3c7;
            text-decoration: none;
        }

        .contact-item a:hover {
            color: #3498db;
        }

        .legal-info {
            background-color: rgba(52, 152, 219, 0.1);
            padding: 10px 15px;
            border-radius: 5px;
            font-size: 14px;
        }

        .legal-info p {
            margin: 0;
            display: flex;
            align-items: center;
        }

        .legal-info i {
            margin-right: 8px;
            color: #3498db;
        }

        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #34495e;
            color: #95a5a6;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .footer-main {
                flex-direction: column;
            }

            .footer-columns {
                width: 100%;
            }

            .footer-column {
                min-width: 100%;
            }
        }

        .slotoff-contacts {
            padding: 60px 0;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            overflow: hidden;
        }

        .slotoff-contacts::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.05)" points="0,1000 1000,0 1000,1000"/></svg>');
            background-size: cover;
        }

        .slotoff-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .slotoff-contacts-content {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 60px;
            align-items: center;
        }

        /* Текстовая часть */
        .slotoff-contacts-text {
            color: white;
        }

        .slotoff-section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            background: linear-gradient(45deg, #fff, #e0e7ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: slotoff-slideInUp 0.8s ease-out;
        }

        .slotoff-section-title p {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 2.5rem;
            animation: slotoff-slideInUp 0.8s ease-out 0.2s both;
        }

        /* Особенности */
        .slotoff-contacts-features {
            margin-bottom: 2.5rem;
        }

        .slotoff-contact-feature {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            margin-bottom: 1.5rem;
            animation: slotoff-slideInLeft 0.8s ease-out both;
        }

        .slotoff-contact-feature:nth-child(1) {
            animation-delay: 0.3s;
        }

        .slotoff-contact-feature:nth-child(2) {
            animation-delay: 0.5s;
        }

        .slotoff-contact-feature:nth-child(3) {
            animation-delay: 0.7s;
        }

        .slotoff-feature-icon {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .slotoff-contact-feature:hover .slotoff-feature-icon {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1) rotate(5deg);
        }

        .slotoff-feature-icon i {
            font-size: 1.1rem;
            color: #fff;
        }

        .slotoff-feature-text h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.4rem;
        }

        .slotoff-feature-text p {
            opacity: 0.8;
            margin: 0;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        /* Описание */
        .slotoff-contact-description {
            margin-bottom: 2rem;
            animation: slotoff-slideInUp 0.8s ease-out 0.9s both;
        }

        .slotoff-contact-description h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
        }

        .slotoff-contact-description p {
            opacity: 0.9;
            line-height: 1.5;
            font-size: 0.95rem;
        }

        /* Кнопки */
        .slotoff-contact-actions {
            animation: slotoff-slideInUp 0.8s ease-out 1.1s both;
        }

        .slotoff-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.9rem 1.8rem;
            background: linear-gradient(45deg, #0088cc, #00b3ff);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
            margin-bottom: 1.2rem;
            border: none;
            cursor: pointer;
        }

        .slotoff-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(0, 136, 204, 0.4);
            background: linear-gradient(45deg, #0077b3, #0099e6);
        }

        .slotoff-btn i {
            font-size: 1.2rem;
        }

        .slotoff-contact-alternative p {
            opacity: 0.8;
            margin: 0;
            font-size: 0.9rem;
        }

        .slotoff-contact-alternative a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            transition: opacity 0.3s ease;
        }

        .slotoff-contact-alternative a:hover {
            opacity: 0.8;
        }

        /* Визуальная часть с ботом */
        .slotoff-contacts-visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 350px;
        }

        .slotoff-bot-illustration {
            position: relative;
            width: 280px;
            height: 320px;
        }

        .slotoff-bot-avatar {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #ff6b6b, #ffa8a8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            animation: slotoff-float 3s ease-in-out infinite;
            z-index: 3;
        }

        .slotoff-bot-face {
            position: relative;
            width: 50px;
            height: 35px;
        }

        .slotoff-bot-eyes {
            display: flex;
            justify-content: space-between;
            margin-bottom: 6px;
        }

        .slotoff-eye {
            width: 10px;
            height: 10px;
            background: #333;
            border-radius: 50%;
            animation: slotoff-blink 4s infinite;
        }

        .slotoff-bot-mouth {
            width: 18px;
            height: 5px;
            background: #333;
            border-radius: 3px;
            margin: 0 auto;
            animation: slotoff-talk 2s infinite;
        }

        .slotoff-bot-glow {
            position: absolute;
            top: -8px;
            left: -8px;
            right: -8px;
            bottom: -8px;
            background: linear-gradient(45deg, #ff6b6b, #ffa8a8, #ff6b6b);
            border-radius: 50%;
            opacity: 0.3;
            filter: blur(12px);
            animation: slotoff-glow 2s ease-in-out infinite alternate;
        }

        /* Пузыри сообщений */
        .slotoff-message-bubble {
            position: absolute;
            background: rgba(255, 255, 255, 0.95);
            padding: 0.8rem 1.2rem;
            border-radius: 20px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
            max-width: 180px;
            animation: slotoff-messageFloat 3s ease-in-out infinite;
        }

        .slotoff-message-bubble::before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
        }

        .slotoff-message-1 {
            top: 15%;
            right: 5%;
            animation-delay: 0s;
        }

        .slotoff-message-1::before {
            top: 50%;
            left: -8px;
            border-width: 6px 8px 6px 0;
            border-color: transparent rgba(255, 255, 255, 0.95) transparent transparent;
            transform: translateY(-50%);
        }

        .slotoff-message-2 {
            bottom: 25%;
            left: 5%;
            animation-delay: 1.5s;
        }

        .slotoff-message-2::before {
            top: 50%;
            right: -8px;
            border-width: 6px 0 6px 8px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
            transform: translateY(-50%);
        }

        .slotoff-message-bubble p {
            margin: 0;
            color: #333;
            font-weight: 500;
            font-size: 0.85rem;
        }

        /* Индикатор набора */
        .slotoff-typing-indicator {
            position: absolute;
            bottom: 20%;
            right: 20%;
            display: flex;
            gap: 3px;
            padding: 0.8rem;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            animation: slotoff-typing 2s infinite;
        }

        .slotoff-typing-indicator span {
            width: 6px;
            height: 6px;
            background: #666;
            border-radius: 50%;
            animation: slotoff-typingDots 1.4s infinite ease-in-out;
        }

        .slotoff-typing-indicator span:nth-child(1) {
            animation-delay: -0.32s;
        }

        .slotoff-typing-indicator span:nth-child(2) {
            animation-delay: -0.16s;
        }

        /* Анимации */
        @keyframes slotoff-float {

            0%,
            100% {
                transform: translate(-50%, -50%) translateY(0px);
            }

            50% {
                transform: translate(-50%, -50%) translateY(-15px);
            }
        }

        @keyframes slotoff-blink {

            0%,
            45%,
            55%,
            100% {
                transform: scaleY(1);
            }

            50% {
                transform: scaleY(0.1);
            }
        }

        @keyframes slotoff-talk {

            0%,
            50%,
            100% {
                height: 5px;
            }

            25%,
            75% {
                height: 10px;
            }
        }

        @keyframes slotoff-glow {
            0% {
                opacity: 0.3;
                transform: scale(1);
            }

            100% {
                opacity: 0.5;
                transform: scale(1.05);
            }
        }

        @keyframes slotoff-messageFloat {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-8px);
            }
        }

        @keyframes slotoff-typing {

            0%,
            60%,
            100% {
                opacity: 1;
            }

            30% {
                opacity: 0.5;
            }
        }

        @keyframes slotoff-typingDots {

            0%,
            80%,
            100% {
                transform: scale(0.8);
                opacity: 0.5;
            }

            40% {
                transform: scale(1);
                opacity: 1;
            }
        }

        @keyframes slotoff-slideInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slotoff-slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-20px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Адаптивность */
        @media (max-width: 968px) {
            .slotoff-contacts-content {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }

            .slotoff-contacts-visual {
                order: -1;
                min-height: 250px;
            }

            .slotoff-bot-illustration {
                transform: scale(0.9);
            }
        }

        @media (max-width: 768px) {
            .slotoff-contacts {
                padding: 40px 0;
            }

            .slotoff-section-title h2 {
                font-size: 2rem;
            }

            .slotoff-contact-feature {
                flex-direction: column;
                text-align: center;
                align-items: center;
            }

            .slotoff-bot-illustration {
                transform: scale(0.8);
            }

            .slotoff-message-bubble {
                max-width: 140px;
                padding: 0.6rem 1rem;
            }

            .slotoff-message-bubble p {
                font-size: 0.8rem;
            }
        }

        @media (max-width: 480px) {
            .slotoff-container {
                padding: 0 15px;
            }

            .slotoff-section-title h2 {
                font-size: 1.7rem;
            }

            .slotoff-btn {
                padding: 0.8rem 1.5rem;
                font-size: 0.95rem;
            }

            .slotoff-bot-illustration {
                transform: scale(0.7);
            }

            .slotoff-contacts-features {
                margin-bottom: 2rem;
            }
        }

        /* Фикс для хедера и слайдера */
        html {
            scroll-padding-top: 80px;
            /* Высота хедера */
        }

        #header {
            z-index: 1001;
            /* Увеличиваем z-index */
        }

        /* Фикс для прыгающего слайдера */
        #isolated-screenshots-slider {
            margin: 60px 0;
            padding: 40px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 20px;
            position: relative;
            font-family: inherit;
            overflow: hidden;
            /* Добавляем это */
        }

        /* Фикс для мобильного меню */
        @media (max-width: 768px) {
            .nav-links {
                z-index: 1002;
                /* Убедитесь что меню поверх всего */
            }

            .mobile-menu {
                z-index: 1003;
                /* Кнопка бургера должна быть выше */
            }

            /* Фикс для прыгающего контента при открытом меню */
            body.menu-open {
                overflow: hidden;
                position: fixed;
                width: 100%;
            }
        }

        /* SEO-блок с уникальными классами */
        .slotoff-seo-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
            border-top: 1px solid #eef2f7;
            border-bottom: 1px solid #eef2f7;
        }

        .slotoff-seo-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%234361ee" fill-opacity="0.02" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,186.7C1248,192,1344,160,1392,144L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            z-index: 0;
        }

        .slotoff-seo-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        .slotoff-seo-content {
            background: white;
            border-radius: 16px;
            padding: 50px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
            border: 1px solid #f0f4f8;
            line-height: 1.7;
            font-family: 'Roboto', sans-serif;
        }

        .slotoff-seo-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: #2d3748;
            text-align: center;
            margin-bottom: 35px;
            position: relative;
            line-height: 1.3;
        }

        .slotoff-seo-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background: linear-gradient(135deg, #4361ee 0%, #7209b7 100%);
            border-radius: 2px;
        }

        .slotoff-seo-text {
            font-size: 1.05rem;
            color: #4a5568;
            margin-bottom: 22px;
            text-align: justify;
            line-height: 1.7;
        }

        .slotoff-seo-text strong {
            color: #4361ee;
            font-weight: 600;
        }

        .slotoff-seo-highlight {
            background: linear-gradient(120deg, rgba(67, 97, 238, 0.05) 0%, rgba(114, 9, 183, 0.05) 100%);
            padding: 25px 30px;
            border-radius: 12px;
            border-left: 4px solid #4361ee;
            margin: 30px 0;
            border: 1px solid rgba(67, 97, 238, 0.1);
        }

        .slotoff-seo-highlight h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.25rem;
            color: #4361ee;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .slotoff-seo-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 18px;
            margin: 35px 0;
        }

        .slotoff-seo-feature-item {
            background: rgba(67, 97, 238, 0.03);
            padding: 22px;
            border-radius: 10px;
            border: 1px solid rgba(67, 97, 238, 0.08);
            transition: all 0.3s ease;
            text-align: center;
        }

        .slotoff-seo-feature-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 18px rgba(67, 97, 238, 0.12);
            background: rgba(67, 97, 238, 0.06);
        }

        .slotoff-seo-feature-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #4361ee 0%, #7209b7 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            color: white;
            font-size: 1.1rem;
        }

        .slotoff-seo-feature-item h4 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.05rem;
            color: #2d3748;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .slotoff-seo-feature-item p {
            font-size: 0.92rem;
            color: #718096;
            margin: 0;
            line-height: 1.5;
        }

        .slotoff-seo-cta {
            background: linear-gradient(135deg, #4361ee 0%, #7209b7 100%);
            color: white;
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 35px;
            position: relative;
            overflow: hidden;
        }

        .slotoff-seo-cta::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: slotoff-seo-float 6s ease-in-out infinite;
        }

        .slotoff-seo-cta h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.4rem;
            margin-bottom: 12px;
            font-weight: 600;
            position: relative;
            z-index: 1;
        }

        .slotoff-seo-cta p {
            font-size: 1.05rem;
            margin-bottom: 20px;
            opacity: 0.95;
            position: relative;
            z-index: 1;
        }

        .slotoff-seo-cta .slotoff-seo-btn {
            background: white;
            color: #4361ee;
            padding: 12px 28px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-block;
            position: relative;
            z-index: 1;
            font-family: 'Montserrat', sans-serif;
            border: none;
            cursor: pointer;
        }

        .slotoff-seo-cta .slotoff-seo-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(255, 255, 255, 0.3);
        }

        /* Анимации для SEO блока */
        @keyframes slotoff-seo-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(25px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slotoff-seo-float {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg);
            }

            33% {
                transform: translate(10px, -10px) rotate(1deg);
            }

            66% {
                transform: translate(-5px, 5px) rotate(-1deg);
            }
        }

        .slotoff-seo-content>* {
            opacity: 0;
            animation: slotoff-seo-fadeInUp 0.6s ease-out forwards;
        }

        .slotoff-seo-content>*:nth-child(1) {
            animation-delay: 0.1s;
        }

        .slotoff-seo-content>*:nth-child(2) {
            animation-delay: 0.2s;
        }

        .slotoff-seo-content>*:nth-child(3) {
            animation-delay: 0.3s;
        }

        .slotoff-seo-content>*:nth-child(4) {
            animation-delay: 0.4s;
        }

        .slotoff-seo-content>*:nth-child(5) {
            animation-delay: 0.5s;
        }

        .slotoff-seo-content>*:nth-child(6) {
            animation-delay: 0.6s;
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            .slotoff-seo-section {
                padding: 50px 0;
            }

            .slotoff-seo-content {
                padding: 30px 20px;
                margin: 0 5px;
            }

            .slotoff-seo-title {
                font-size: 1.5rem;
                margin-bottom: 25px;
            }

            .slotoff-seo-text {
                font-size: 1rem;
                text-align: left;
                margin-bottom: 18px;
            }

            .slotoff-seo-features-grid {
                grid-template-columns: 1fr;
                gap: 15px;
                margin: 25px 0;
            }

            .slotoff-seo-highlight {
                padding: 20px;
                margin: 25px 0;
            }

            .slotoff-seo-cta {
                padding: 25px 20px;
                margin-top: 25px;
            }

            .slotoff-seo-cta h3 {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 480px) {
            .slotoff-seo-content {
                padding: 25px 15px;
            }

            .slotoff-seo-title {
                font-size: 1.35rem;
            }

            .slotoff-seo-cta {
                padding: 20px 15px;
            }

            .slotoff-seo-feature-item {
                padding: 18px 15px;
            }
        }

        /* Скрытые элементы для скринридеров */
        .slotoff-sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
               .slotoff-promo-banner-001 {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 20px;
            padding: 40px;
            color: white;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            max-width: 1200px;
            margin: 20px auto;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .slotoff-promo-banner-001::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 1%, transparent 1%);
            background-size: 20px 20px;
            transform: rotate(30deg);
            animation: slotoff-float-animation 20s linear infinite;
        }

        @keyframes slotoff-float-animation {
            0% { transform: rotate(30deg) translateX(0); }
            100% { transform: rotate(30deg) translateX(-20px); }
        }

        .slotoff-banner-content-001 {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .slotoff-text-content-001 {
            flex: 1;
        }

        .slotoff-badge-001 {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .slotoff-promo-title-001 {
            font-size: 2.5em;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.2;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .slotoff-highlight-001 {
            color: #ffd700;
            font-weight: 800;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .slotoff-description-001 {
            font-size: 1.1em;
            line-height: 1.6;
            margin-bottom: 30px;
            opacity: 0.9;
            max-width: 500px;
        }

        .slotoff-features-container-001 {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .slotoff-feature-item-001 {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 500;
        }

        .slotoff-feature-item-001::before {
            content: '✓';
            color: #4CAF50;
            font-weight: bold;
            font-size: 16px;
        }

        .slotoff-cta-button-001 {
            background: linear-gradient(45deg, #FF6B6B, #FF8E53);
            color: white;
            border: none;
            padding: 18px 40px;
            font-size: 1.1em;
            font-weight: 700;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
            position: relative;
            overflow: hidden;
        }

        .slotoff-cta-button-001:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(255, 107, 107, 0.6);
        }

        .slotoff-cta-button-001:active {
            transform: translateY(0);
        }

        .slotoff-cta-button-001::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(45deg);
            transition: all 0.3s ease;
        }

        .slotoff-cta-button-001:hover::after {
            transform: rotate(45deg) translate(10%, 10%);
        }

        .slotoff-visual-element-001 {
            flex-shrink: 0;
            position: relative;
        }

        .slotoff-countdown-001 {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .slotoff-countdown-text-001 {
            font-size: 14px;
            margin-bottom: 10px;
            opacity: 0.9;
        }

        .slotoff-countdown-timer-001 {
            font-size: 1.5em;
            font-weight: 700;
            color: #ffd700;
        }

        /* Адаптивность */
        @media (max-width: 768px) {
            .slotoff-promo-banner-001 {
                padding: 30px 20px;
                margin: 15px;
            }
            
            .slotoff-banner-content-001 {
                flex-direction: column;
                text-align: center;
                gap: 30px;
            }
            
            .slotoff-promo-title-001 {
                font-size: 2em;
            }
            
            .slotoff-features-container-001 {
                justify-content: center;
            }
            
            .slotoff-description-001 {
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media (max-width: 480px) {
            .slotoff-promo-banner-001 {
                padding: 25px 15px;
            }
            
            .slotoff-promo-title-001 {
                font-size: 1.7em;
            }
            
            .slotoff-cta-button-001 {
                padding: 15px 30px;
                font-size: 1em;
                width: 100%;
            }
        }


          /* Изолированные стили с уникальными ID */
        #isolated-screenshots-slider {
            margin: 60px 0;
            padding: 40px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 20px;
            position: relative;
            font-family: inherit;
        }

        #isolated-screenshots-slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #4361ee, #7209b7, #4cc9f0);
        }

        #isolated-screenshots-slider .slider-header {
            text-align: center;
            margin-bottom: 40px;
            padding: 0 20px;
        }

        #isolated-screenshots-slider .slider-title {
            font-size: 2.2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #4361ee 0%, #7209b7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
        }

        #isolated-screenshots-slider .slider-subtitle {
            font-size: 1.1rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        #isolated-screenshots-slider .slider-container {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            padding: 0 80px;
        }

        #isolated-screenshots-slider .slider-track {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        #isolated-screenshots-slider .slider-slide {
            min-width: 100%;
            display: flex;
            align-items: center;
            gap: 50px;
            padding: 20px;
        }

        #isolated-screenshots-slider .slider-image-container {
            flex: 1;
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            background: white;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        #isolated-screenshots-slider .slider-image-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(67, 97, 238, 0.2);
        }

        #isolated-screenshots-slider .slider-image {
            width: 100%;
            height: 400px;
            object-fit: contain;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

        #isolated-screenshots-slider .slider-image:hover {
            transform: scale(1.02);
        }

        #isolated-screenshots-slider .slider-content {
            flex: 1;
            padding: 20px;
        }

        #isolated-screenshots-slider .slider-step {
            display: inline-block;
            background: linear-gradient(135deg, #4361ee 0%, #7209b7 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        #isolated-screenshots-slider .slider-feature-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        #isolated-screenshots-slider .slider-description {
            color: #666;
            line-height: 1.6;
            margin-bottom: 25px;
            font-size: 1rem;
        }

        #isolated-screenshots-slider .slider-feature-list {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
        }

        #isolated-screenshots-slider .slider-feature-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
            color: #555;
            font-size: 0.95rem;
        }

        #isolated-screenshots-slider .slider-feature-list li::before {
            content: '✅';
            font-size: 0.9rem;
        }

        #isolated-screenshots-slider .slider-nav {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            pointer-events: none;
            z-index: 2;
        }

        #isolated-screenshots-slider .slider-nav-btn {
            background: white;
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            color: #4361ee;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            pointer-events: all;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #isolated-screenshots-slider .slider-nav-btn:hover {
            background: #4361ee;
            color: white;
            transform: scale(1.1);
        }

        #isolated-screenshots-slider .slider-dots {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 40px;
        }

        #isolated-screenshots-slider .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(67, 97, 238, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        #isolated-screenshots-slider .slider-dot.active {
            background: #4361ee;
            transform: scale(1.3);
            box-shadow: 0 0 15px rgba(67, 97, 238, 0.5);
        }

        #isolated-screenshots-slider .slider-frame {
            position: relative;
            border: 2px solid #e9ecef;
            border-radius: 12px;
            overflow: hidden;
            background: #f8f9fa;
        }

        #isolated-screenshots-slider .slider-frame::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 30px;
            background: #e9ecef;
            border-bottom: 2px solid #dee2e6;
        }

        #isolated-screenshots-slider .slider-frame::after {
            content: '';
            position: absolute;
            top: 8px;
            left: 15px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ff5f57;
            box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #28ca42;
        }

        #isolated-screenshots-slider .slider-frame .slider-image {
            margin-top: 30px;
            height: 370px;
        }

        /* Модальное окно */
        #isolated-screenshots-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(10px);
            z-index: 10000;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        #isolated-screenshots-modal.active {
            display: flex;
        }

        #isolated-screenshots-modal .modal-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        #isolated-screenshots-modal .modal-image {
            max-width: 100%;
            max-height: 80vh;
            object-fit: contain;
            border-radius: 10px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        }

        #isolated-screenshots-modal .modal-caption {
            color: white;
            text-align: center;
            margin-top: 20px;
            font-size: 1.2rem;
            font-weight: 600;
            max-width: 600px;
        }

        #isolated-screenshots-modal .modal-close {
            position: absolute;
            top: -50px;
            right: -10px;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #isolated-screenshots-modal .modal-close:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        #isolated-screenshots-modal .modal-nav {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            pointer-events: none;
        }

        #isolated-screenshots-modal .modal-nav-btn {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            pointer-events: all;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #isolated-screenshots-modal .modal-nav-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        #isolated-screenshots-modal .modal-counter {
            position: absolute;
            top: -50px;
            left: 0;
            color: white;
            font-size: 1rem;
            opacity: 0.8;
        }

        /* Адаптивность */
        @media (max-width: 968px) {
            #isolated-screenshots-slider .slider-slide {
                flex-direction: column;
                gap: 30px;
               
            }
            
            #isolated-screenshots-slider .slider-container {
                padding: 0 60px;
            }
        }

        @media (max-width: 768px) {
            #isolated-screenshots-slider .slider-container {
                padding: 0 40px;
            }
            
            #isolated-screenshots-slider .slider-title {
                font-size: 1.8rem;
            }
            
            #isolated-screenshots-slider .slider-nav-btn {
                width: 50px;
                height: 50px;
            }
            
            #isolated-screenshots-slider .slider-image {
                height: 300px;
            }
        }

        @media (max-width: 480px) {
            #isolated-screenshots-slider .slider-container {
                padding: 0 20px;
            }
            
            #isolated-screenshots-slider .slider-feature-title {
                font-size: 1.3rem;
            }
            
            #isolated-screenshots-slider .slider-nav-btn {
                width: 40px;
                height: 40px;
            }
        }


        /* Стили для слайдера */
.slider-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.slider-title {
    font-size: 2.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #4361ee 0%, #7209b7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
}

.slider-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.slider-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 80px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

.slider-slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slider-slide.active {
    opacity: 1;
}

.slider-image-container {
    flex: 1;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: white;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(67, 97, 238, 0.2);
}

.slider-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.slider-image:hover {
    transform: scale(1.02);
}

.slider-content {
    flex: 1;
    padding: 20px;
}

.slider-step {
    display: inline-block;
    background: linear-gradient(135deg, #4361ee 0%, #7209b7 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.slider-feature-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
    line-height: 1.3;
}

.slider-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1rem;
}

.slider-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.slider-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #555;
    font-size: 0.95rem;
}

.slider-feature-list li::before {
    content: '✅';
    font-size: 0.9rem;
}

.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.slider-nav-btn {
    background: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #4361ee;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav-btn:hover {
    background: #4361ee;
    color: white;
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(67, 97, 238, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.slider-dot.active {
    background: #4361ee;
    transform: scale(1.3);
    box-shadow: 0 0 15px rgba(67, 97, 238, 0.5);
}

.slider-frame {
    position: relative;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
}

.slider-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #e9ecef;
    border-bottom: 2px solid #dee2e6;
}

.slider-frame::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5f57;
    box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #28ca42;
}

.slider-frame .slider-image {
    margin-top: 30px;
    height: 370px;
}

/* Модальное окно */
#isolated-screenshots-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#isolated-screenshots-modal.active {
    display: flex;
}

#isolated-screenshots-modal .modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#isolated-screenshots-modal .modal-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

#isolated-screenshots-modal .modal-caption {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    max-width: 600px;
}

#isolated-screenshots-modal .modal-close {
    position: absolute;
    top: -50px;
    right: -10px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#isolated-screenshots-modal .modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#isolated-screenshots-modal .modal-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

#isolated-screenshots-modal .modal-nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

#isolated-screenshots-modal .modal-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#isolated-screenshots-modal .modal-counter {
    position: absolute;
    top: -50px;
    left: 0;
    color: white;
    font-size: 1rem;
    opacity: 0.8;
}

/* Адаптивность для слайдера */
@media (max-width: 968px) {
    .slider-slide {
        flex-direction: column;
        gap: 30px;
    }
    
    .slider-container {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        padding: 0 40px;
    }
    
    .slider-title {
        font-size: 1.8rem;
    }
    
    .slider-nav-btn {
        width: 50px;
        height: 50px;
    }
    
    .slider-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .slider-container {
        padding: 0 20px;
    }
    
    .slider-feature-title {
        font-size: 1.3rem;
    }
    
    .slider-nav-btn {
        width: 40px;
        height: 40px;
    }
}