 * {
            font-family: 'Inter', sans-serif;
        }
        
        .hero-gradient {
            padding: 0 100px;
            position: relative;
            background-color: #0a0a0a;
            isolation: isolate;
        }
        
        @media (max-width: 768px) {
            form.space-y-4 {
                min-height: 450px;
            }
            .hero-gradient {
                padding: 0;
            }
        }

        .hero-gradient::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background-image: url(/img/header_bg.webp);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.4;
        }

        .hero-gradient::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 2;
            background-image: linear-gradient(to right, #0a0a0a 10%, transparent 70%),
                              linear-gradient(to top, #0a0a0a, transparent 50%);
        }

        .hero-gradient .container {
            position: relative;
            z-index: 10;
        }
        
        .card-shadow {
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .hover-lift {
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        
        .hover-lift:hover {
            transform: translateY(-4px);
            box-shadow: 0 -20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .opacity_my {
            --tw-bg-opacity: 0.2 !important;
        }
        
        .text-grey-my {
            color: rgb(156 163 175 / var(--tw-text-opacity, 1));
        }
        
        /* Стили для статьи */
        .article-content {
            color: #d1d5db;
            line-height: 1.8;
        }
        
        .article-content h3 {
            color: white;
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        
        .article-content p {
            margin-bottom: 1.25rem;
        }
        
        .article-content ul, .article-content ol {
            margin-bottom: 1.25rem;
            padding-left: 1.5rem;
        }
        
        .article-content li {
            margin-bottom: 0.5rem;
        }
        
        .article-content strong {
            color: white;
        }
        
        .step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background-color: #f59e0b;
            color: black;
            font-weight: 700;
            border-radius: 50%;
            margin-right: 12px;
            flex-shrink: 0;
        }
        /* Стили для экспертной статьи */
.expert-article {
    color: #fff;
}

.expert-article h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
}

.expert-article h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    color: #fff;
    border-bottom: 2px solid rgba(245, 158, 11, 0.3);
    padding-bottom: 0.75rem;
}

.expert-article h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #f59e0b;
}

.expert-intro {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), transparent);
    padding: 2rem;
    border-radius: 1rem;
    border-left: 4px solid #f59e0b;
    margin-bottom: 2rem;
}

.expert-block {
    margin-bottom: 3rem;
}

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

.expert-list li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    color: #d1d5db;
    line-height: 1.6;
}

.expert-list li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #f59e0b;
    font-weight: bold;
}

.expert-note {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}

.expert-note p {
    margin: 0;
    color: #e5e7eb;
}

.expert-steps {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    counter-reset: step-counter;
}

.expert-steps li {
    counter-increment: step-counter;
    padding: 0.75rem 0 0.75rem 3rem;
    position: relative;
    color: #d1d5db;
    line-height: 1.6;
}

.expert-steps li span {
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 2rem;
    height: 2rem;
    background: #f59e0b;
    color: #111827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
}

.expert-formula {
    background: #1f2937;
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    margin: 1.5rem 0;
    border: 1px solid #374151;
}

.expert-formula span {
    font-size: 1.25rem;
    font-weight: 600;
    color: #f59e0b;
    font-family: monospace;
}

.expert-example {
    background: #111827;
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
}

.expert-example ul {
    list-style: none;
    padding: 0.5rem 0 0.5rem 1rem;
}

.expert-example li {
    color: #9ca3af;
    padding: 0.25rem 0;
}

.expert-tip {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}

.expert-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    overflow: auto;
    display: block;
}

.expert-table th {
    background: #1f2937;
    color: #fff;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    border-bottom: 2px solid #f59e0b;
}

.expert-table td {
    padding: 1rem;
    border-bottom: 1px solid #374151;
    color: #d1d5db;
}

.expert-table tr:last-child td {
    border-bottom: none;
}

.expert-pitfall {
    background: #1f2937;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border-top: 3px solid #ef4444;
}

.expert-timeline {
    margin: 2rem 0;
}

.timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 3rem;
    bottom: -1rem;
    width: 2px;
    background: linear-gradient(to bottom, #f59e0b, transparent);
}

.timeline-marker {
    width: 2.5rem;
    height: 2.5rem;
    background: #f59e0b;
    color: #111827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-content {
    flex: 1;
}

.timeline-content h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: #9ca3af;
    margin: 0;
    line-height: 1.6;
}

.expert-cases {
    display: grid;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.case-item {
    background: #1f2937;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #374151;
}

.case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.case-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.case-badge.success {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.case-date {
    color: #6b7280;
    font-size: 0.875rem;
}

.expert-faq {
    margin: 1.5rem 0;
}

.faq-item {
    background: #1f2937;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    border: 1px solid #374151;
}

.faq-item summary {
    padding: 1.25rem;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    list-style: none;
    position: relative;
    padding-right: 3rem;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #f59e0b;
    transition: transform 0.3s;
}

.faq-item[open] summary::after {
    content: '−';
}

.faq-item p {
    padding: 0 1.25rem 1.25rem;
    margin: 0;
    color: #9ca3af;
    line-height: 1.6;
}

.expert-cta {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    padding: 3rem;
    border-radius: 1.5rem;
    text-align: center;
    margin: 3rem 0 1rem;
}

.expert-cta h4 {
    color: #111827;
    margin-top: 0;
    border-bottom: none;
    font-size: 2rem;
}

.expert-cta p {
    color: #1f2937;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.expert-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: #111827;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background: transparent;
    color: #111827;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #111827;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary:hover {
    background: #111827;
    color: #fff;
}

@media (max-width: 768px) {
    .expert-article h3 {
        font-size: 1.75rem;
    }
    
    .expert-article h4 {
        font-size: 1.3rem;
    }
    
    .expert-table {
        font-size: 0.8rem;
    }
    
    .expert-table th,
    .expert-table td {
        padding: 0.75rem 0.5rem;
    }
    
    .expert-cta {
        padding: 2rem 1.5rem;
    }
    
    .expert-cta h4 {
        font-size: 1.5rem;
    }
    
    .timeline-item {
        gap: 1rem;
    }
}
