body {
    font-family: 'Segoe UI', Arial, sans-serif;
}
.navbar-brand span {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.1rem;
}

.hero-section img {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.simplify-section h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.card-img-top {
    height: 180px;
    object-fit: cover;
}

.card {
    border-radius: 14px;
}

.card-title {
    font-weight: 600;
    font-size: 1.1rem;
}

footer nav a {
    font-size: .95rem;
}

.partners-section img {
    max-width: 100px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .hero-section img {
        max-width: 100%;
    }
}
/* Стилизация большого dropdown подменю как на макете */
.dropdown-menu.bg-dark {
    background: #292929 !important;
    border-radius: 0;
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    padding: 0;
}
.dropdown-menu .dropdown-item.text-light {
    color: #c6c6c6 !important;
    font-size: 1.14rem;
    padding: 17px 24px 15px 24px;
    border-bottom: 1px solid #383838;
    transition: background .2s, color .2s;
}
.dropdown-menu .dropdown-item.text-light:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item.text-light:focus, 
.dropdown-menu .dropdown-item.text-light:hover {
    background: #222 !important;
    color: #fff !important;
}

/* Для визуального соответствия -- можно подправить под собственные размеры */
.navbar .nav-link {
  font-size: 1.08rem;
  letter-spacing: 0.5px;
}
