/* Custom styles for city pages */

.page-header {
    text-align: center;
    padding: 2rem 0;
}

.page-title {
    font-family: 'Laqonic', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.page-subtitle {
    font-family: 'e-Ukraine', sans-serif;
    font-size: 1.25rem;
    color: #5b7742;
    font-weight: 500;
}

.city-content {
    padding: 1rem 0;
}

.section-title {
    font-family: 'Laqonic', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.5rem;
}

.lead {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #333;
}

.info-block {
    border-left: 4px solid #5b7742;
}

.info-block-title {
    font-family: 'Laqonic', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.help-list {
    list-style: none;
    padding-left: 0;
}

.help-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
}

.help-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #5b7742;
    font-weight: bold;
    font-size: 1.2rem;
}

.sidebar-card {
    border: 1px solid #e0e0e0;
}

.sidebar-title {
    font-family: 'Laqonic', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.contact-info p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-info strong {
    color: #5b7742;
}

.btn-primary {
    background-color: #5b7742;
    border-color: #5b7742;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #425730;
    border-color: #425730;
    color: #fff;
}

.stats-section {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

.stats-title {
    font-family: 'Laqonic', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #000;
}

.stat-item {
    padding: 1.5rem;
}

.stat-number {
    font-family: 'Laqonic', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #5b7742;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
}

.main-footer {
    background-color: #121212;
    color: #a6a6a6;
    padding: 2rem 0;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

/* Responsive styles */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .page-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }
}
