        .faq-container {
            max-width: 1280px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 2rem;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.02);
            transition: all 0.2s ease;
        }


        .faq-header {
            background:linear-gradient(135deg, #35ac89 0%, #1c4e6c 100%);
            padding: 2rem 2.5rem;
            color: white;
        }

        .faq-header h1 {
            font-size: 2.4rem;
            font-weight: 700;
            letter-spacing: -0.01em;
            margin-bottom: 0.5rem;
        }

        .faq-header p {
            font-size: 1rem;
            opacity: 0.85;
            max-width: 600px;
        }

           .faq-grid {
            display: flex;
            flex-wrap: wrap;
        }

   .faq-sidebar {
    background: #fefef7;
    width: 280px;
    flex-shrink: 0;
    border-right: 1px solid #e6edf2;
    padding: 2rem 1.5rem;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
        .faq-sidebar .nav-block {
            margin-bottom: 2rem;
        }

        .faq-sidebar .nav-title {
            font-weight: 700;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #5f7f9a;
            margin-bottom: 1.2rem;
            border-left: 3px solid #ba372a;
            padding-left: 12px;
        }

        .faq-nav-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .faq-nav-list li {
            margin-bottom: 0.7rem;
        }

        .faq-nav-list a {
            text-decoration: none;
            font-weight: 500;
            color: #1f4e6e;
            font-size: 1rem;
            display: inline-block;
            transition: all 0.2s;
            padding: 4px 0;
            border-bottom: 1px solid transparent;
        }

        .faq-nav-list a:hover {
            color: #ba372a;
            border-bottom-color: #ba372a;
            transform: translateX(2px);
        }

        .btn-question {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #ba372a;
            color: white;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            padding: 12px 20px;
            border-radius: 44px;
            margin-top: 20px;
            transition: all 0.25s;
            box-shadow: 0 4px 8px rgba(186, 55, 42, 0.2);
        }

        .btn-question:hover {
            background: #9e2c20;
            transform: translateY(-2px);
            box-shadow: 0 10px 18px rgba(186, 55, 42, 0.25);
            color: white;
        }

        .faq-content {
            flex: 1;
            padding: 2rem 2.5rem;
            background: white;
        }

        .faq-category {
            margin-bottom: 3rem;
            scroll-margin-top: 20px;
        }

        .faq-category h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #0f3b4f;
            border-left: 5px solid #ba372a;
            padding-left: 18px;
            margin-bottom: 1.8rem;
            margin-top: 0.5rem;
        }

        .faq-item {
            margin-bottom: 2rem;
            border-bottom: 1px solid #eef2f5;
            padding-bottom: 1.4rem;
        }

        .faq-item h3 {
            font-size: 1.3rem;
            font-weight: 600;
            color: #1f4e6e;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: baseline;
            gap: 10px;
        }

        .faq-item h3::before {
            content: "❓";
            font-size: 1.2rem;
            font-weight: normal;
            color: #ba372a;
        }

        .faq-item p {
            color: #2c4258;
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }

        .faq-item a {
            color: #ba372a;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px dotted rgba(186, 55, 42, 0.4);
            transition: border 0.2s;
        }

        .faq-item a:hover {
            border-bottom-color: #ba372a;
            color: #952b1f;
        }
        .contact-banner {
            background: #f1f5f9;
            border-radius: 1.5rem;
            padding: 1.6rem 2rem;
            margin-top: 2rem;
            text-align: center;
            border: 1px solid #dce5ec;
        }

        .contact-banner p {
            font-size: 1.05rem;
            margin-bottom: 0.75rem;
        }

        .contact-banner .big-link {
            font-size: 1.2rem;
            font-weight: 700;
            background: #ba372a;
            display: inline-block;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            color: white;
            text-decoration: none;
            transition: 0.2s;
        }

        .contact-banner .big-link:hover {
            background: #942c20;
            transform: scale(1.02);
        }

        hr {
            margin: 1rem 0;
            border: 0;
            height: 1px;
            background: linear-gradient(to right, #e0e8ef, transparent);
        }
        @media (max-width: 800px) {
            .faq-grid {
                flex-direction: column;
            }
            .faq-sidebar,
    .faq-sidebar .nav-block {
        position: static;
        top: auto;
    }

            .faq-sidebar {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #e2e8f0;
                padding: 1.5rem;
            }

            .faq-content {
                padding: 1.8rem;
            }

            .faq-header h1 {
                font-size: 1.8rem;
            }

            .faq-category h2 {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 480px) {
                       .faq-item h3 {
                font-size: 1.2rem;
            }

            .faq-content {
                padding: 1.2rem;
            }
        }
        .badge-phone {
            background: #eef2fa;
            padding: 0.1rem 0.4rem;
            border-radius: 20px;
            font-family: monospace;
            font-weight: 500;
        }

        .highlight {
            background: #fff1e6;
            padding: 0.1rem 0.2rem;
            border-radius: 6px;
        }