/*
Theme Name: Propiska Kyiv Failsafe
Author: WP Expert
Description: Clean lightweight theme for Kyiv registration services with dynamic language switcher and 50 top SEO services.
Version: 18.0.0
Text Domain: propiska-failsafe
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    background: #f8fafc;
    color: #334155;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.top-bar {
    background: #0f172a;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.site-header {
    background: #1e3a8a;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.site-header h1 {
    margin: 0 0 10px;
    font-size: 2.2rem;
}

.site-header p {
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
}

.main-nav {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 15px 20px;
}

.nav-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: #334155;
    text-decoration: none;
    font-weight: 600;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
}

.about-section {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.about-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.stats-box {
    background: #fef3c7;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #fde68a;
}

.grid-50 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.service-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
}

.service-card h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #0f172a;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.price-tag {
    background: #fef3c7;
    color: #b45309;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.95rem;
}

.btn-details {
    background: #0f172a;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.lang-switcher a {
    color: #fff;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 5px;
    font-weight: bold;
    background: #334155;
}

.lang-switcher a.active {
    background: #2563eb;
}

.contact-section {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.social-btn {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
}
