/* Настройка фиксированного header'а */
header {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Настройка цветов */
.navbar {
    padding: 15px 0;
}

.btn-primary {
    background-color: #FF4081;
    border-color: #FF4081;
}

.btn-primary:hover {
    background-color: #E91E63;
    border-color: #E91E63;
}

/* Дополнительные стили для улучшения внешнего вида */
.nav-link {
    color: #333 !important;
}

.navbar-brand img {
    max-height: 30px;
}

.hero {
    padding: 80px 0;
}

.recommended {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.vpnmentor-logo {
    height: 20px;
    margin-right: 10px;
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.features {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.features li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00D7D5;
    font-weight: bold;
}

.btn-primary {
    background-color: #FF4081;
    border-color: #FF4081;
    padding: 10px 20px;
    font-size: 18px;
}

.disclaimer {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.hero-image {
    position: relative;
}

.hero-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00D7D5;
    border-radius: 50%;
    z-index: -1;
}

.hero-image img {
    position: relative;
    z-index: 1;
}

.features-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.features-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}

.feature-item {
    margin-bottom: 30px;
}

.feature-icon {
    font-size: 48px;
    color: #00D7D5;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.feature-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.promo-section {
    padding: 40px 0;
}

.promo-card {
    background-color: #1c1c1c;
    border-radius: 20px;
    padding: 40px;
    color: white;
    overflow: hidden;
    position: relative;
}

.promo-card h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.promo-card .btn-primary {
    background-color: #FF4081;
    border-color: #FF4081;
    padding: 10px 20px;
    font-size: 18px;
}

.promo-image {
    position: relative;
    text-align: right;
}

.promo-icon {
    font-size: 120px;
    color: #00D7D5;
}

.vpn-status {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #00D7D5;
    color: black;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.status-icon {
    font-size: 24px;
    margin-right: 5px;
}

.footer {
    background-color: #1c1c1c;
    color: #ffffff;
    padding: 50px 0 20px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer h5 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #a0a0a0;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.download-icons {
    display: flex;
    gap: 10px;
}

.download-icon {
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
}

.download-icon:hover {
    color: #00D7D5;
}

.footer hr {
    border-color: #333333;
    margin: 30px 0;
}

.copyright {
    font-size: 12px;
    color: #a0a0a0;
}

.footer-policy {
    color: #a0a0a0;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
}

.footer-policy:hover {
    color: #ffffff;
}

/* Исправление отступов в колонке Surfshark VPN */
.footer .col-md-3:nth-child(3) .footer-links {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .promo-card {
        text-align: center;
    }
    
    .promo-image {
        margin-top: 30px;
        text-align: center;
    }

    .vpn-status {
        position: static;
        display: inline-flex;
        margin-top: 20px;
    }
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.vpn-illustration {
    max-width: 100%;
    height: auto;
}