/* VERITASLAW landing — визуальный ряд как у azlex.uz (VeritasLaw) */
body.site-layout {
    font-family: 'Inter', sans-serif;
    background-color: #f4f6f8;
    margin: 0;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background-color: #f4f6f8;
    padding-bottom: 5px;
}
.top-info-bar {
    font-size: 13px;
    padding: 8px 0;
    color: #495057;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.top-link { text-decoration: none; color: inherit; transition: 0.2s; }
.top-link:hover { color: #e35e6a; }
.main-nav-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 10px 25px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-side-group {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.nav-side-group.right { justify-content: flex-end; }
.logo-center-box { flex: 0 0 auto; text-align: center; }
.logo-center-box img { height: 60px; width: auto; display: block; }
.nav-link-custom {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s;
}
.nav-link-custom:hover, .nav-link-custom.active { color: #e35e6a; }
.btn-request-outline {
    border: 1px solid #e35e6a;
    color: #e35e6a !important;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.btn-contact-solid {
    background-color: #e35e6a;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.main-content-wrapper { margin-top: 20px !important; }
.footer-main { background-color: #00122e; color: white; padding: 60px 0 0; margin-top: auto; }
.footer-logo { height: 100px; filter: brightness(0) invert(1); }
.btn-social-footer {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.05);
    min-width: 120px;
    text-align: center;
}
.btn-social-footer:hover { background: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.3); }
.footer-bottom { background-color: rgba(0, 0, 0, 0.2); }
@media (max-width: 991px) {
    .main-nav-container { flex-direction: column; gap: 15px; text-align: center; }
    .nav-side-group { justify-content: center; width: 100%; }
}
.hero-section { padding: 60px 0; background-color: #f8f9fa; }
.hero-h1 { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 25px; color: #00122e; }
.hero-subtext { font-size: 18px; color: #555; margin-bottom: 35px; }
.feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.feature-card h3 { font-size: 18px; font-weight: 600; color: #00122e; margin-bottom: 12px; }
.feature-card p { color: #555; font-size: 14px; line-height: 1.6; margin: 0; }
.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e35e6a 0%, #c94d58 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
}
.section-padding { padding: 72px 0; }
