.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/image/landing/hero.jpg');
    background-size: cover;
    background-position: center;
    min-height: 700px;
    position: relative;
}

.navigation-menu {
    background: rgba(0,0,0,0.4);
    position: relative;
    z-index: 10;
}

.navigation-menu.bg-primary {
    background: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navigation-menu .logo img {
    height: 40px;
}

.navigation-menu .language-switcher a {
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.navigation-menu .language-switcher a:hover {
    color: white !important;
}

.navigation-menu .social-links {
    display: flex;
    gap: 10px;
}

.navigation-menu .social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.navigation-menu .social-icon img {
    filter: brightness(0) invert(1);
}

.navigation-menu .social-icon:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

.navigation-menu .btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background: rgba(255,255,255,0.2);
    color: white;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-menu .btn-icon img {
    filter: brightness(0) invert(1);
}

.navigation-menu .btn-icon:hover {
    background: rgba(255,255,255,0.3);
}

.navigation-menu .btn-white {
    background: white;
    color: #045ca7;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.navigation-menu .btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,255,255,0.3);
}

.navigation-menu .nav-menu a {
    color: black;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s;
}

.navigation-menu .nav-menu a:hover {
    opacity: 0.8;
}

.hero-content-wrapper {
    padding: 100px 0;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 58px;
}

.btn-white {
    background: white;
    color: #045ca7;
    border: none;
    font-weight: 600;
    transition: all 0.3s;
    padding: 8px 40px;
    line-height: 1.2;
}

.btn-white:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,255,255,0.3);
}

button.btn.btn-white.btn-lg.px-5.contact-modal-trigger {
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Text color classes for navigation */
.text-primary {
    color: #045ca7 !important;
}

.text-primary-50 {
    color: rgba(4, 92, 167, 0.6) !important;
}

/* Background for non-homepage navigation */
.navigation-menu.position-relative {
    background: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Override nav-menu links for non-homepage */
.navigation-menu.position-relative .nav-menu a,
.navigation-menu.bg-primary .nav-menu a {
    color: #333333 !important;
}

.navigation-menu.position-relative .nav-menu a:hover,
.navigation-menu.bg-primary .nav-menu a:hover {
    color: #000000 !important;
    opacity: 1;
}

.navigation-menu.position-relative .btn-white,
.navigation-menu.bg-primary .btn-white {
    background: transparent;
    color: #333333;
    border: 1px solid #333333;
}

.navigation-menu.position-relative .btn-white:hover,
.navigation-menu.bg-primary .btn-white:hover {
    background: #333333;
    color: white;
}

.navigation-menu.position-relative .btn-icon,
.navigation-menu.bg-primary .btn-icon {
    background: rgba(0, 0, 0, 0.05);
    color: #333333;
}

.navigation-menu.position-relative .btn-icon:hover,
.navigation-menu.bg-primary .btn-icon:hover {
    background: rgba(0, 0, 0, 0.1);
}

.navigation-menu.position-relative .social-icon,
.navigation-menu.bg-primary .social-icon {
    background: rgba(0, 0, 0, 0.05);
    color: #333333;
}

.navigation-menu.position-relative .social-icon img,
.navigation-menu.bg-primary .social-icon img {
    filter: none;
    opacity: 1;
}

.navigation-menu.position-relative .social-icon:hover,
.navigation-menu.bg-primary .social-icon:hover {
    background: rgba(0, 0, 0, 0.1);
}

.navigation-menu.position-relative .btn-icon img,
.navigation-menu.bg-primary .btn-icon img {
    filter: none;
    opacity: 1;
}

/* Language switcher for non-homepage */
.navigation-menu.position-relative .language-switcher a,
.navigation-menu.bg-primary .language-switcher a {
    color: #999999 !important;
}

.navigation-menu.position-relative .language-switcher a.text-white,
.navigation-menu.bg-primary .language-switcher a.text-white {
    color: #333333 !important;
}

.navigation-menu.position-relative .language-switcher a:hover,
.navigation-menu.bg-primary .language-switcher a:hover {
    color: #000000 !important;
}

/* Phone color for non-homepage */
.navigation-menu.position-relative .contact-phone,
.navigation-menu.bg-primary .contact-phone {
    color: #333333 !important;
}

/* Dropdown menu for non-homepage */
.navigation-menu.position-relative .dropdown-toggle,
.navigation-menu.bg-primary .dropdown-toggle {
    color: #333333 !important;
}

.navigation-menu.position-relative .dropdown-toggle:hover,
.navigation-menu.bg-primary .dropdown-toggle:hover {
    color: #000000 !important;
}

.navigation-menu.position-relative .dropdown-toggle::after,
.navigation-menu.bg-primary .dropdown-toggle::after {
    border-top-color: #333333;
}

/* Statistics Card */
.stats-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.stats-card:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
    transform: translateY(-2px);
}

/* Manager Section */
.manager-section {
    background: white;
}

.manager-card {
    background: #f6f6f6;
    border-radius: 24px;
    padding: 24px;
}

.manager-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.manager-image-wrapper img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    transform: scaleX(-1);
}

.manager-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    padding: 10px 20px;
    border-radius: 100px;
}

.manager-info p {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2;
    color: #045CA7;
}

.manager-info h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #045CA7;
}

.important-section {
    background: #f6f6f6;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    position: relative;
    min-height: 459px;
}

.important-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s;
}

.important-card:hover {
    transform: translateY(-2px);
}

.important-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nav-arrows {
    display: flex;
    gap: 10px;
}

.btn-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #045ca7;
    background: white;
    color: #045ca7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-arrow:hover {
    background: #045ca7;
    color: white;
}

.nav-arrows-bottom {
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: flex;
    gap: 20px;
}

.btn-question {
    background: #045ca7;
    color: white;
    border: none;
    padding: 0 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    width: 200px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-question:hover {
    color: white;
    background: #034a80;
}

.services-section {
    background: white;
}

.service-card-large,
.service-card-small {
    background: #f6f6f6;
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.service-card-large:hover,
.service-card-small:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-card-large h5,
.service-card-small h5 {
    font-size: 20px;
    color: #0f0f0f;
}

.service-card-large p {
    color: #4f4e4e;
    font-size: 16px;
}

.service-icon-wrapper {
    margin: 0 auto 25px;
}

.company-section {
    background: white;
}

.company-stats-card {
    background: #045CA7;
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.company-stats-description {
    line-height: 26px;
}

.stats-grid {
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.06));
    border-radius: 16px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-icon-wrapper {
    width: 44px;
    height: 44px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.12));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 22px;
}

.stat-value {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
}

.stat-divider {
    width: 1px;
    height: 100px;
    margin-top: 50px;
    background: rgba(255,255,255,0.3);
}

/* News Section */
.news-section {
    background: white;
}

.news-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.news-image {
    height: 250px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    padding: 20px;
}

.news-title {
    font-size: 20px;
    font-weight: 500;
    color: #282735;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-date {
    font-size: 14px;
    color: #818498;
    margin: 0;
}

.btn-nav-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #045ca7;
    background: white;
    color: #045ca7;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-nav-arrow:hover {
    background: #045ca7;
    color: white;
    transform: scale(1.1);
}

/* CTA Section */
.cta-section {
    background: white;
}

.cta-card {
    background: #045ca7;
    border-radius: 24px;
    padding: 80px 40px;
}

.cta-card h2 {
    font-size: 40px;
}

.cta-card p {
    font-size: 18px;
}

/* Partners Section */
.partners-section {
    background: white;
}

.partners-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.partner-item {
    flex: 0 0 16.666%;
    text-align: center;
    padding: 20px;
}

.partner-logo {
    max-height: 80px;
    max-width: 100%;
    transition: all 0.3s;
}

.partner-logo:hover {
    transform: scale(1.03);
}

/* Footer */
.site-footer {
    background: #15171a;
    color: white;
}

.footer-top {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-title {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu a:hover {
    color: white;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.3);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-link:hover {
    background: rgba(255,255,255,0.4);
    transform: translateY(-2px);
}

.footer-contacts {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    /* Показываем мобильную шапку на планшетах и мобильных */
    .mobile-header {
        display: flex !important;
    }
    
    /* Скрываем десктопные элементы */
    .nav-top.d-none.d-lg-flex {
        display: none !important;
    }
    
    .nav-bottom.d-none.d-lg-block {
        display: none !important;
    }
    
    /* Адаптация навигационного меню */
    .navigation-menu {
        padding: 0;
    }
    
    .navigation-menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .partners-grid {
        justify-content: center;
    }
    
    .partner-item {
        flex: 0 0 33.333%;
    }
    
    .stats-grid {
        flex-direction: column;
    }
    
    .stat-divider {
        width: 100px;
        height: 1px;
        margin: 20px auto;
    }
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    border: none;
    background: #045ca7;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slick-prev:hover, .slick-next:hover {
    background: #0d6ebd;
    transform: scale(1.1);
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

/* Manager Section */
.manager-photo {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.manager-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 1.5rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.manager-photo:hover .manager-overlay {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .stats-card {
        margin-bottom: 1rem;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
    }
    
    .slick-prev, .slick-next {
        width: 35px;
        height: 35px;
    }
}

/* Animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Custom colors to match brand */
.text-primary-custom {
    color: #045ca7 !important;
}

.bg-primary-custom {
    background-color: #045ca7 !important;
}

.btn-primary-custom {
    background-color: #045ca7;
    border-color: #045ca7;
}

.btn-primary-custom:hover {
    background-color: #0d6ebd;
    border-color: #0d6ebd;
}

.section-padding {
    padding: 4rem 0;
}

@media (min-width: 1200px) {
    .section-padding {
        padding: 5rem 0;
    }
}

.news-section-figma {
    background: white !important;
    padding: 80px 0 !important;
    box-sizing: border-box !important;
}

.news-container-figma {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
    width: 100% !important;
}

.news-header-figma {
    display: flex !important;
    justify-content: space-between !important;
    align-items: end !important;
    width: 100% !important;
}

.news-title-figma {
    font-family: 'SF Pro Display', sans-serif !important;
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 48px !important;
    color: #363333 !important;
    margin: 0 !important;
}

.news-view-all-figma {
    background: white !important;
    border: 1px solid #045ca7 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    color: #045ca7 !important;
    text-decoration: none !important;
    font-family: 'SF Pro Display', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.news-view-all-figma:hover {
    background: #045ca7 !important;
    color: white !important;
    text-decoration: none !important;
}

.news-content-figma {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    align-items: center !important;
}

.news-grid-figma {
    display: flex !important;
    gap: 20px !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

.news-item-figma {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 400px !important;
    flex-shrink: 0 !important;
}

.news-image-figma {
    height: 250px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

.news-image-figma img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 24px !important;
}

.news-text-figma {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.news-item-title-figma {
    font-family: 'SF Pro Display', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #282735 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.news-date-figma {
    font-family: 'SF Pro Display', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #818498 !important;
    margin: 0 !important;
}

.news-buttons-figma {
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Левая стрелка - серая с контуром */
.news-btn-prev-figma {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    border: 1px solid #E5E7EB !important;
    background: white !important;
    color: #9CA3AF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Правая стрелка - синяя закрашенная */
.news-btn-next-figma {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #045ca7 !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(4, 92, 167, 0.3) !important;
}

.news-btn-prev-figma:hover {
    background: #F3F4F6 !important;
    border-color: #D1D5DB !important;
}

.news-btn-next-figma:hover {
    background: #0E4A80 !important;
}

/* Мобильное меню */
.mobile-header {
    display: none;
}

.hamburger-menu {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.hamburger-menu:hover {
    opacity: 0.7;
}

.hamburger-menu img {
    width: 24px;
    height: 24px;
}

/* Мобильное меню overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    transform: translateX(0);
}

body.menu-open {
    overflow: hidden;
}

.mobile-menu-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-menu-header .logo img {
    height: 32px;
}

.close-menu {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.close-menu:hover {
    opacity: 0.7;
}

.close-menu img {
    width: 24px;
    height: 24px;
}

/* Мобильная навигация */
.mobile-menu-body {
    flex: 1;
    padding: 20px 0;
}

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

.mobile-nav-item {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.mobile-nav-link:hover {
    background-color: #f5f5f5;
    color: #045ca7;
    text-decoration: none;
}

.submenu-arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}

.submenu-arrow.rotated {
    transform: rotate(180deg);
}

/* Мобильное подменю */
.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f9f9f9;
}

.mobile-submenu.active {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
}

.mobile-submenu-link {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
}

.mobile-submenu-link:hover {
    color: #045ca7;
    background-color: #f0f0f0;
    text-decoration: none;
}

/* Мобильный переключатель языка */
.mobile-menu-footer {
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}

.mobile-language-switcher {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mobile-lang-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s;
}

.mobile-lang-link:hover {
    color: #045ca7;
    background-color: #f0f0f0;
    text-decoration: none;
}

.mobile-lang-link.active {
    color: #045ca7;
    background-color: #e8f4fd;
}

/* Адаптация основной навигации для не-главной страницы */
.navigation-menu.bg-primary .hamburger-menu img {
    filter: none;
}

.navigation-menu:not(.bg-primary) .hamburger-menu img {
    filter: brightness(0) invert(1);
}

/* Responsive для News Section Figma */
@media (max-width: 768px) {
    .news-section-figma {
        padding: 40px 0 !important;
    }
    
    .news-title-figma {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .news-header-figma {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
    }
    
    .news-grid-figma {
        overflow-x: auto !important;
        padding-bottom: 10px !important;
    }
    
    .news-item-figma {
        width: 300px !important;
    }
}

/* =========================
   ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ
   ========================= */

/* Базовые стили для всего сайта в режиме для слабовидящих */
.faintly-seeing {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #000 !important;
    background: #fff !important;
}

.faintly-seeing * {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
}

/* Navigation Menu для слабовидящих */
.faintly-seeing .navigation-menu {
    background: #fff !important;
    border-bottom: 3px solid #000 !important;
}

.faintly-seeing .navigation-menu .logo {
    border: 2px solid #000 !important;
    padding: 8px !important;
}

.faintly-seeing .navigation-menu .btn-icon {
    background: #fff !important;
    border: 2px solid #000 !important;
    color: #000 !important;
}

.faintly-seeing .navigation-menu .btn-icon.accessibility-active {
    background: #000 !important;
    color: #fff !important;
}

.faintly-seeing .navigation-menu .btn-white {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    font-size: 16px !important;
    padding: 10px 25px !important;
}

/* Hero Section для слабовидящих */
.faintly-seeing .hero-section {
    background: #fff !important;
    background-image: none !important;
    border: 3px solid #000 !important;
    padding: 50px 0 !important;
}

.faintly-seeing .hero-content h1 {
    color: #000 !important;
    font-size: 36px !important;
    font-weight: bold !important;
    border-bottom: 3px solid #000 !important;
    padding-bottom: 20px !important;
}

.faintly-seeing .hero-content p {
    color: #000 !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
}

.faintly-seeing .hero-content .btn {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    font-size: 18px !important;
    padding: 15px 30px !important;
}

.faintly-seeing .hero-content .btn:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Manager Section для слабовидящих */
.faintly-seeing .manager-section {
    background: #fff !important;
    border: 3px solid #000 !important;
    margin: 20px 0 !important;
}

.faintly-seeing .manager-image-wrapper {
    border: 2px solid #000 !important;
    padding: 10px !important;
}

.faintly-seeing .manager-info {
    background: #fff !important;
    border: 2px solid #000 !important;
    padding: 10px !important;
    margin-top: 10px !important;
}

.faintly-seeing .btn-question {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    font-size: 18px !important;
    padding: 15px 25px !important;
    margin-top: 15px !important;
}

.faintly-seeing .btn-question:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Important Section (Announcements) для слабовидящих */
.faintly-seeing .important-section h3 {
    color: #000 !important;
    font-size: 28px !important;
    border-bottom: 3px solid #000 !important;
    padding-bottom: 10px !important;
}

.faintly-seeing .important-card {
    background: #fff !important;
    border: 3px solid #000 !important;
    padding: 15px !important;
}

.faintly-seeing .important-card img {
    border: 2px solid #000 !important;
    filter: contrast(1.5) !important;
}

.faintly-seeing .important-card h5 {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
}

.faintly-seeing .important-card .text-muted {
    color: #000 !important;
    font-size: 16px !important;
}

/* Services Section для слабовидящих */
.faintly-seeing .services-section {
    background: #fff !important;
    border: 3px solid #000 !important;
    margin: 20px 0 !important;
    padding: 30px 0 !important;
}

.faintly-seeing .services-section h2 {
    color: #000 !important;
    font-size: 32px !important;
    border-bottom: 3px solid #000 !important;
    padding-bottom: 15px !important;
}

.faintly-seeing .service-card-large,
.faintly-seeing .service-card-small {
    background: #fff !important;
    border: 3px solid #000 !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
}

.faintly-seeing .service-icon-wrapper {
    border: 2px solid #000 !important;
    padding: 10px !important;
    display: inline-block !important;
}

.faintly-seeing .service-card-large h5,
.faintly-seeing .service-card-small h5 {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

/* Company Statistics Section для слабовидящих */
.faintly-seeing .company-section {
    background: #fff !important;
    border: 3px solid #000 !important;
    margin: 20px 0 !important;
}

.faintly-seeing .company-stats-card {
    background: #fff !important;
    border: 3px solid #000 !important;
    padding: 30px !important;
}

.faintly-seeing .company-stats-card h1 {
    color: #000 !important;
    font-size: 36px !important;
    border-bottom: 3px solid #000 !important;
    padding-bottom: 15px !important;
}

.faintly-seeing .company-stats-description {
    color: #000 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.faintly-seeing .stat-item {
    border: 2px solid #000 !important;
    padding: 20px !important;
    margin: 10px 0 !important;
}

.faintly-seeing .stat-value {
    color: #000 !important;
    font-size: 48px !important;
    font-weight: bold !important;
}

.faintly-seeing .stat-label {
    color: #000 !important;
    font-size: 16px !important;
}

.faintly-seeing .stat-divider {
    background: #000 !important;
    width: 100% !important;
    height: 3px !important;
}

/* News Section для слабовидящих */
.faintly-seeing .news-section-figma {
    background: #fff !important;
    border: 3px solid #000 !important;
    margin: 20px 0 !important;
    padding: 30px 0 !important;
}

.faintly-seeing .news-title-figma {
    color: #000 !important;
    font-size: 32px !important;
    border-bottom: 3px solid #000 !important;
    padding-bottom: 15px !important;
}

.faintly-seeing .news-view-all-figma {
    color: #000 !important;
    border: 2px solid #000 !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    text-decoration: underline !important;
}

.faintly-seeing .news-item-figma {
    border: 3px solid #000 !important;
    margin: 10px !important;
    padding: 15px !important;
    background: #fff !important;
}

.faintly-seeing .news-image-figma img {
    border: 2px solid #000 !important;
    filter: contrast(1.5) !important;
}

.faintly-seeing .news-item-title-figma {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
}

.faintly-seeing .news-date-figma {
    color: #000 !important;
    font-size: 16px !important;
}

.faintly-seeing .news-btn-prev-figma,
.faintly-seeing .news-btn-next-figma {
    background: #fff !important;
    border: 3px solid #000 !important;
    color: #000 !important;
    width: 50px !important;
    height: 50px !important;
}

.faintly-seeing .news-btn-prev-figma:hover,
.faintly-seeing .news-btn-next-figma:hover {
    background: #000 !important;
    color: #fff !important;
}

/* CTA Section для слабовидящих */
.faintly-seeing .cta-section {
    background: #fff !important;
    border: 3px solid #000 !important;
    margin: 20px 0 !important;
}

.faintly-seeing .cta-card {
    background: #fff !important;
    border: 3px solid #000 !important;
    padding: 40px !important;
}

.faintly-seeing .cta-card h2 {
    color: #000 !important;
    font-size: 32px !important;
    font-weight: bold !important;
}

.faintly-seeing .cta-card p {
    color: #000 !important;
    font-size: 20px !important;
}

.faintly-seeing .cta-card .btn {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    font-size: 20px !important;
    padding: 15px 40px !important;
}

.faintly-seeing .cta-card .btn:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Partners Section для слабовидящих */
.faintly-seeing .partners-section {
    background: #fff !important;
    border: 3px solid #000 !important;
    margin: 20px 0 !important;
    padding: 30px 0 !important;
}

.faintly-seeing .partners-section h2 {
    color: #000 !important;
    font-size: 32px !important;
    border-bottom: 3px solid #000 !important;
    padding-bottom: 15px !important;
}

.faintly-seeing .partners-grid {
    border: 2px solid #000 !important;
    padding: 20px !important;
}

.faintly-seeing .partner-item {
    border: 2px solid #000 !important;
    padding: 15px !important;
    margin: 10px !important;
}

.faintly-seeing .partner-logo {
    border: 1px solid #000 !important;
    filter: contrast(1.5) grayscale(100%) !important;
}

/* Modal для слабовидящих */
.faintly-seeing .modal-content {
    background: #fff !important;
    border: 3px solid #000 !important;
}

.faintly-seeing .modal-header {
    border-bottom: 3px solid #000 !important;
    background: #fff !important;
}

.faintly-seeing .modal-title {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

.faintly-seeing .modal-body {
    background: #fff !important;
}

.faintly-seeing .form-control {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    font-size: 18px !important;
    padding: 12px !important;
}

.faintly-seeing .form-control:focus {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5) !important;
}

.faintly-seeing label {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.faintly-seeing .btn {
    background: #fff !important;
    color: #000 !important;
    border: 3px solid #000 !important;
    font-size: 18px !important;
    padding: 12px 25px !important;
    font-weight: bold !important;
}

.faintly-seeing .btn:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Navigation arrows для слабовидящих */
.faintly-seeing .btn-arrow {
    background: #fff !important;
    border: 3px solid #000 !important;
    color: #000 !important;
    width: 50px !important;
    height: 50px !important;
}

.faintly-seeing .btn-arrow:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Убираем все изображения фона и градиенты */
.faintly-seeing *:before,
.faintly-seeing *:after {
    background-image: none !important;
    background: transparent !important;
}

/* Улучшение читаемости ссылок */
.faintly-seeing a {
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.faintly-seeing a:hover {
    color: #fff !important;
    background: #000 !important;
    text-decoration: underline !important;
}