/* ===========================================
   MAKEEVLAB.RU - СТИЛИ 2026
   =========================================== */

/* ===========================================
   КАЛЬКУЛЯТОР
   =========================================== */

.calculator-container {
    max-width: 1000px;  /* Было 800px, сделал шире */
    margin: 0 auto;
    padding: 30px;
    background: #F4F2FA;
    border: 1px solid #c3cde8;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;  /* Размер шрифта как в статьях */
    line-height: 1.6;  /* Межстрочный интервал как в статьях */
}

/* Информационный блок */
.calculator-info-box {
    background: #fff;
    border-left: 4px solid #657cde;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.calculator-info-text {
    margin: 5px 0;
    color: #1e1e1e;
    font-size: 18px;  /* Как в статьях */
    font-weight: bold;
    line-height: 1.6;
}

.calculator-info-text strong {
    color: #657cde;
}

/* Поля форм калькулятора */
.calculator-container .form-control {
    min-height: 56px;  /* Ещё выше */
    padding: 18px 22px;  /* Ещё больше отступы */
    font-size: 22px;  /* Размер шрифта как в статьях (основной текст) */
    line-height: 1.6;  /* Как в статьях */
    height: auto;
    width: 100%;  /* На всю ширину */
}

.calculator-container .form-group label {
    font-size: 22px;  /* Как в статьях */
    margin-bottom: 14px;
    display: block;
    font-weight: 500;
    line-height: 1.6;
}

/* Радио кнопки доступности */
.radio-label {
    font-size: 20px !important;
    line-height: 1.6 !important;
    padding: 18px !important;
}

/* Информационный блок (как пользоваться) */
.calculator-info-block {
    margin-top: 40px;
    padding: 30px;
    background: #F4F2FA;  /* Тот же фон что у calculator-container */
    border: 1px solid #c3cde8;  /* Синяя граница как на сайте */
    border-left: 4px solid #657cde;  /* Акцентная полоса слева */
}

.calculator-info-title {
    font-size: 22px;  /* Как в статьях */
    font-weight: bold;
    color: #657cde;  /* Синий цвет бренда */
    margin-bottom: 20px;
    line-height: 1.6;
}

.calculator-info-list {
    font-size: 18px;  /* Чуть меньше для списка */
    line-height: 1.8;  /* Больше интервал для читаемости */
    color: #1e1e1e;
    padding-left: 25px;
}

.calculator-info-list li {
    margin-bottom: 12px;
}

.calculator-info-important {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #c3cde8;
    font-size: 18px;
    line-height: 1.6;
    color: #1e1e1e;
}

.calculator-info-important strong {
    color: #657cde;
    font-weight: 600;
}

/* Результат расчёта */
.calculator-result {
    margin: 30px 0;
    padding: 0;
    background: #fff;
    border: 3px solid #657cde;
    text-align: center;
    display: none;
    box-shadow: 0 4px 12px rgba(101, 124, 222, 0.3);
    overflow: hidden;
}

.calculator-result-title {
    margin: 0;
    padding: 20px;
    background: linear-gradient(135deg, #657cde 0%, #4a6bd6 100%);
    color: white;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.calculator-result-value {
    font-size: 48px;
    font-weight: bold;
    color: #2e7d32;
    margin: 25px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    padding: 0 20px;
}

.calculator-result-footer {
    background: #F4F2FA;
    border-top: 2px solid #c3cde8;
    margin: 0;
    padding: 20px;
}

.calculator-footer-text {
    margin: 10px 0;
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 600;
}

.calculator-footer-text strong {
    color: #657cde;
    font-weight: bold;
    font-size: 19px;
}

/* ===========================================
   ТАБЛИЦА ЦЕН
   =========================================== */

.prices-table {
    max-width: 800px;
    margin: 30px auto;
    background: white;
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #c3cde8;
}

.prices-table thead tr {
    background: #657cde;
    color: white;
}

.prices-table thead th {
    padding: 15px;
    text-align: left;
    font-weight: normal;
    border: 1px solid #ddd;
}

.prices-table tbody tr {
    border: 1px solid #c3cde8;
}

.prices-table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.prices-table tbody tr:nth-child(even) {
    background: white;
}

.prices-table tbody tr:hover {
    background: #e8eaf6;
}

.prices-table tbody td {
    padding: 12px;
    border: 1px solid #ddd;
    color: #1e1e1e;
}

.prices-table tbody td:last-child {
    text-align: right;
    font-weight: bold;
    color: #2e7d32;
}

/* Адаптивность для таблицы цен */
@media (max-width: 768px) {
    .prices-table {
        font-size: 14px;
        margin: 20px auto;
    }
    
    .prices-table thead th,
    .prices-table tbody td {
        padding: 8px;
    }
}

/* ===========================================
   ЗАГОЛОВОК ЦЕН
   =========================================== */

.prices-title {
    text-align: center;
    margin-bottom: 30px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
}

/* ===========================================
   КНОПКА КАЛЬКУЛЯТОРА
   =========================================== */

.calculator-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 18px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border: none;
    transition: background 0.3s ease;
}

.calculator-btn:hover {
    background: #45a049;
    color: white;
}

/* Кнопка с острыми углами */
.calculator-btn.btn-sharp {
    border-radius: 0;  /* Острые углы */
}

.calculator-text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/* ===========================================
   ПРИМЕЧАНИЕ
   =========================================== */

.prices-note {
    margin: 30px auto;
    padding: 20px;
    background: #F4F2FA;
    border: 1px solid #c3cde8;
    border-radius: 0;
    max-width: 800px;
    font-family: 'Roboto', sans-serif;
}

.prices-note p {
    margin: 0;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 1.6;
}

.prices-note a {
    color: #657cde;
    text-decoration: underline;
}

.prices-note a:hover {
    text-decoration: none;
    color: #419641;
}

/* ===========================================
   ОБЩИЕ СТИЛИ ДЛЯ СТРАНИЦЫ ЦЕН
   =========================================== */

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

.prices-header {
    text-align: center;
    margin-bottom: 40px;
}

.prices-section {
    margin: 40px 0;
}
