/*         .seo-article {
            background: rgba(13, 29, 36, 0.03);
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            white-space: normal seo-article!important;
        } */

        .seo-header {
            margin-bottom: 40px;
            text-align: center;
            white-space: normal !important;

        }

        .seo-h1 {
            font-size: 2.4rem;
            margin: 0 0 1.5rem;
            font-weight: 700;
            line-height: 1.3;
            color: #ffffff;
            white-space: normal !important;
        }

        .seo-intro {
            font-size: 1.2rem;
            line-height: 1.7;
            margin: 0 auto;
            max-width: 800px;
            color: #e0e0e0;
            text-align: center;
            white-space: normal !important;
        }

        .seo-section {
            margin-bottom: 3.5rem;
            white-space: normal !important;
        }

        .seo-h2 {
            font-size: 1.9rem;
            margin: 0 0 2rem;
            font-weight: 600;
            color: #ffffff;
            position: relative;
            text-align: center;
            white-space: normal !important;
        }

        .seo-h2::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #5b97ff;
            white-space: normal !important;
        }

        .seo-benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 2.5rem;
            white-space: normal !important;
        }

        .seo-benefit-card {
            background: rgba(91, 151, 255, 0.08);
            border-radius: 12px;
            padding: 30px;
            transition: all 0.3s ease;
            text-align: center;
            white-space: normal !important;
        }

        .seo-benefit-card:hover {
            transform: translateY(-5px);
            background: rgba(91, 151, 255, 0.12);
            box-shadow: 0 10px 20px rgba(91, 151, 255, 0.1);
            white-space: normal !important;
        }

        .seo-benefit-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            white-space: normal !important;
        }

        .seo-h3 {
            font-size: 1.3rem;
            margin: 0 0 1rem;
            font-weight: 500;
            color: #ffffff;
            white-space: normal !important;
        }

        .seo-h3-services {
            font-size: 1.3rem;
            margin: 0 0 1rem;
            font-weight: 700;
            color: #a8c6ff;
            white-space: normal !important;
        }

        .seo-p {
            font-size: 1.05rem;
            margin: 0;
            color: #e0e0e0;
            white-space: normal !important;
        }

        .seo-reels {
            background: rgba(91, 151, 255, 0.05);
            padding: 2.5rem;
            border-radius: 16px;
            white-space: normal !important;
        }

        .seo-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 2rem;
            white-space: normal !important;
        }

        .seo-feature {
            display: flex;
            align-items: flex-start;
            white-space: normal !important;
        }

        .seo-feature-number {
            background: #5b97ff;
            color: white;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 20px;
            flex-shrink: 0;
            font-size: 1.2rem;
            white-space: normal !important;
        }

        .seo-advantages-list {
            list-style: none;
            padding: 0;
            margin: 2.5rem 0 0;
            white-space: normal !important;
        }

        .seo-advantage-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
            padding: 1.5rem;
            border-radius: 10px;
            transition: all 0.3s ease;
            white-space: normal !important;
        }

        .seo-advantage-item:hover {
            background: rgba(91, 151, 255, 0.08);
            white-space: normal !important;
        }

        .seo-check-icon {
            width: 28px;
            height: 28px;
            margin-right: 20px;
            flex-shrink: 0;
            white-space: normal !important;
        }

        .seo-cta {
            background: linear-gradient(135deg, rgba(91, 151, 255, 0.1), rgba(91, 151, 255, 0.05));
            border-radius: 16px;
            padding: 3rem;
            margin-top: 4rem;
            margin-bottom: 3.5rem;
            text-align: center;
            white-space: normal !important;
        }

        .seo-button {
            background-color: #5b97ff;
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1.2rem;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 2rem 0 1rem;
            font-weight: 500;
            white-space: normal !important;
        }

        .seo-button-link {
            display: inline-block;
            text-decoration: none;
            white-space: normal !important;
        }

        .seo-button:hover {
            background-color: #3a7de8;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(91, 151, 255, 0.3);
            white-space: normal !important;
        }

        .seo-note {
            font-size: 0.9rem;
            color: #b0b0b0;
            margin: 0;
            white-space: normal !important;
        }

        .seo-faq {
            margin-top: 2rem;
            white-space: normal !important;
        }

        .seo-faq-item {
            border-radius: 10px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
            white-space: normal !important;
        }

        .seo-faq-item:hover {
            background: rgba(91, 151, 255, 0.05);
            white-space: normal !important;
        }

        .seo-testimonials {
            padding: 2.5rem;
            border-radius: 16px;
            white-space: normal !important;
        }

        .seo-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 2rem;
            white-space: normal !important;
        }

        .seo-testimonial-card {
            background: rgba(91, 151, 255, 0.05);
            border-radius: 12px;
            padding: 25px;
            transition: all 0.3s ease;
            white-space: normal !important;
        }

        .seo-testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(91, 151, 255, 0.1);
            white-space: normal !important;
        }

        .seo-testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            white-space: normal !important;
        }

        .seo-testimonial-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #5b97ff;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            margin-right: 15px;
            white-space: normal !important;
        }

        .seo-testimonial-rating {
            color: #f1c40f;
            font-size: 1.1rem;
            white-space: normal !important;
        }

        .seo-other-services {
            padding: 2.5rem;
            margin-top: 4rem;
            border-radius: 16px;
            white-space: normal !important;
        }

        .seo-services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 2rem;
            white-space: normal !important;
        }

        .seo-services-group {
            background: rgba(91, 151, 255, 0.05);
            border-radius: 12px;
            padding: 20px;
            white-space: normal !important;
        }

        .seo-services-list {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0;
            white-space: normal !important;
        }

        .seo-services-list li {
            margin-bottom: 0.8rem;
            white-space: normal !important;
        }

        .seo-service-link {
            color: #e0e0e0;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 1.05rem;
            white-space: normal !important;
        }

        .seo-service-link:hover {
            color: #5b97ff;
            text-decoration: underline;
            white-space: normal !important;
        }

        /* Стили для кнопки скролла вверх */
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #5b97ff;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
            box-shadow: 0 4px 10px rgba(91, 151, 255, 0.3);
            text-decoration: none;
        }

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

        .scroll-to-top:hover {
            background-color: #3a7de8;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(91, 151, 255, 0.4);
        }

        @media (max-width: 768px) {
            .seo-h1 {
                font-size: 2rem;
                white-space: normal !important;
            }

            .seo-h2 {
                font-size: 1.6rem;
                white-space: normal !important;
            }

            .seo-benefits-grid,
            .seo-features,
            .seo-testimonials-grid,
            .seo-services-grid {
                grid-template-columns: 1fr;
                white-space: normal !important;
            }

            .seo-cta {
                padding: 2rem;
                white-space: normal !important;
            }

/*             .seo-article {
                padding: 25px;
                white-space: normal !important;
            } */

            .seo-reels,
            .seo-testimonials,
            .seo-other-services {
                padding: 1.5rem;
                white-space: normal !important;
            }

            .seo-feature-number {
                width: 30px;
                height: 30px;
                font-size: 1rem;
                white-space: normal !important;
            }
            
            .scroll-to-top {
                bottom: 20px;
                right: 20px;
                width: 45px;
                height: 45px;
            }
        }

        body {
            color: #ffffff;
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 20px;
            position: relative;
        }
