/* Основні налаштування (без змін) */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

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

/* Кнопки (без змін) */
.btn {
    background: #ff8c00;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
}

.btn:hover {
    background: #e67e00;
    transform: scale(1.05);
}

/* Header (ОНОВЛЕНО ДЛЯ КАРТИНКИ-ЛОГО) */
header {
    background: #fff;
    padding: 15px 0; /* Трохи менше, щоб лого вписалося */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky; /* Фіксуємо шапку при скролі */
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    height: 120px; /* Задаємо висоту картинки-лого */
    width: auto;
    display: block;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

/* Hero Section (без змін) */
.hero {
    background: linear-gradient(rgba(0,86,179,0.8), rgba(0,86,179,0.8)), url('https://images.unsplash.com/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}

.hero h1 { font-size: 48px; margin-bottom: 20px; }

/* Sections (без змін) */
section { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 10px; font-size: 32px; }
.section-subtitle { text-align: center; margin-bottom: 50px; color: #666; font-size: 18px; }

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

.card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
}

/* Pricing (без змін) */
.pricing { background: #0056b3; color: white; }
.price-box {
    background: white;
    color: #333;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.price-tag {
    font-size: 40px;
    font-weight: bold;
    color: #ff8c00;
    margin: 20px 0;
}

.price-box ul { list-style: none; padding: 0; margin-bottom: 30px; }
.price-box li { margin: 10px 0; font-size: 18px; }

/* Steps (без змін) */
.steps {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.step { text-align: center; font-weight: bold; }
.step span {
    display: block;
    width: 50px;
    height: 50px;
    background: #ff8c00;
    color: white;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

/* Chat Reviews (НОВИЙ БЛОК ДЛЯ ТЕЛЕФОНІВ) */
.chat-reviews { background-color: #f0f4f8; }

.chat-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Рамка телефону */
.phone-frame {
    background-color: #222; /* Колір корпусу телефону */
    width: 320px;
    height: 650px;
    border-radius: 40px;
    padding: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    position: relative;
    border: 5px solid #444; /* Металева окантовка */
}

/* Екран */
.phone-screen {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden; /* Щоб картинка не вилазила */
    position: relative;
}

/* Сама картинка скріншоту */
.phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Щоб картинка заповнила екран */
    display: block;
}

/* Імітація динаміка зверху */
.phone-frame::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 10px;
    background-color: #555;
    border-radius: 10px;
}

/* Footer (без змін) */
footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 40px 0;
}

.footer-links a { color: #aaa; text-decoration: none; font-size: 14px; }

/* Блок контактів */
.contacts-simple {
    padding: 50px 0;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

.contacts-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

/* Стиль полів */
.my-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 2px solid #0056b3; /* Синя рамка */
    border-radius: 8px;
}

/* ТА САМА ПОМАРАНЧЕВА КНОПКА */
.orange-button {
    width: 100%;
    background-color: #ff8c00;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

/* СТИЛЬ ІКОНОК СОЦМЕРЕЖ */
.social-images {
    margin-top: 15px;
    display: flex;
    gap: 20px;
}

.icon-img {
    width: 40px; /* Розмір іконок */
    height: 40px;
    transition: 0.3s;
}

.icon-img:hover {
    transform: scale(1.1); /* Трохи збільшується при наведенні */
}
/* Стилі для секції FAQ */
.faq-section {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.faq-title {
    text-align: center;
    color: #0056b3;
    font-size: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Сітка для карток */
.faq-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Стиль кожної картки */
.faq-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 20px rgba(0, 86, 179, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 86, 179, 0.1);
    border-color: #0056b3;
}

.faq-card h4 {
    color: #0056b3;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.faq-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}
/* Стилізація контейнера форми (щоб усе було в стовпчик) */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Відстань між полями */
    max-width: 400px; /* Щоб форма не була занадто широкою */
    margin: 0 auto; /* Центрування */
}

/* Стиль полів вводу (Ім'я та Телефон) */
.contact-form input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #0056b3; /* Світло-сіра рамка */
    border-radius: 12px; /* Закруглені кути */
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    outline: none; /* Прибираємо стандартний чорний контур */
    transition: all 0.3s ease;
    box-sizing: border-box; /* Щоб падінги не розширювали поле */
}

/* Ефект при натисканні на поле (фокус) */
.contact-form input:focus {
    border-color: #0056b3; /* Змінюється на синій під колір логотипу */
    box-shadow: 0 0 10px rgba(0, 86, 179, 0.1); /* Легке сяйво */
    background-color: #fff;
}

/* Колір підказки (placeholder) */
.contact-form input::placeholder {
    color: #aaa;
}

/* Стиль кнопки (якщо ще не додала) */
.submit-btn {
    background: linear-gradient(135deg, #ff9800, #f57c00); /* Градієнт як на лого */
    color: white;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 124, 0, 0.3);
}


