/* ==========================================================================
   1. ПЕРЕМЕННЫЕ И БАЗОВЫЕ СТИЛИ
   ========================================================================== */
:root {
    --primary-blue: #0A4FA4;   /* Глубокий синий (доверие, медицина) */
    --light-blue: #E3F2FD;     /* Нежно-голубой для фонов */
    --accent-cyan: #2196F3;    /* Яркий голубой для кнопок и акцентов */
    --white: #FFFFFF;
    --dark-text: #2C3E50;
    --gray-bg: #F8F9FA;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth; /* Плавная прокрутка для старых браузеров */
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--dark-text);
    line-height: 1.6;
    background-color: var(--white);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   2. КОМПОНЕНТЫ И КНОПКИ
   ========================================================================== */
.btn {
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn--primary {
    background-color: var(--accent-cyan);
    color: var(--white);
}

.btn--primary:hover {
    background-color: var(--primary-blue);
}

.btn--secondary {
    background-color: transparent;
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
}

.btn--secondary:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}

.section-title {
    text-align: center;
    color: var(--primary-blue);
    font-size: 32px;
    margin-bottom: 40px;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--accent-cyan);
    margin: 12px auto 0;
    border-radius: 2px;
}

/* ==========================================================================
   3. ШАПКА САЙТА И НАВИГАЦИЯ
   ========================================================================== */
.header {
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    max-width: 1500px;
    padding-left: 24px;
    padding-right: 24px;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-blue);
    white-space: nowrap;
}

.nav {
    display: flex;
    gap: 30px;
    margin-left: 48px;
}

.nav__link {
    text-decoration: none;
    color: var(--dark-text);
    font-weight: 500;
    transition: color 0.3s;
}

.nav__link:hover {
    color: var(--accent-cyan);
}

.nav__phone-mobile {
    display: none;
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone {
    text-decoration: none;
    color: var(--dark-text);
    font-weight: 600;
    font-size: 16px;
}

/* Кнопка Бургер */
.burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    z-index: 110;
    padding: 5px;
}

.burger span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: var(--primary-blue);
    transition: transform 0.3s, opacity 0.3s;
    border-radius: 2px;
}

.burger.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.burger.is-active span:nth-child(2) { opacity: 0; }
.burger.is-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ==========================================================================
   4. ОСНОВНЫЕ СЕКЦИИ (HERO, ABOUT, PRICES, FORM)
   ========================================================================== */
.hero {
    background: linear-gradient(135deg, var(--light-blue) 0%, var(--white) 100%);
    padding: 180px 0 100px;
    text-align: center;
}

.hero__title {
    font-size: 48px;
    color: var(--primary-blue);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero__subtitle {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 40px;
    color: var(--dark-text);
}

.about {
    padding: 80px 0;
}

/* Секция «О методе ФДТ» — акцентный фон */
.about--fdt {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
        url('nauka.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about--fdt .section-title {
    color: var(--white);
}

.about--fdt .about__text {
    color: var(--white);
}

.about__text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

/* Секция Цены */
.prices {
    padding: 80px 0;
    background-color: var(--gray-bg);
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--white);
    text-align: left;
    min-width: 600px;
}

.price-table th {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 18px 24px;
    font-weight: 600;
}

.price-table td {
    padding: 16px 24px;
    border-bottom: 1px solid var(--light-blue);
}

.price-table tbody tr:hover {
    background-color: var(--light-blue);
}

/* Отступ для контента внутренних страниц, чтобы его не перекрывала фиксированная шапка */
.inner-page-main {
    padding-top: 100px;
}

/* Стилизация активной ссылки в меню навигации */
.nav__link.is-active {
    color: var(--accent-cyan);
    font-weight: 700;
}

.price-cell {
    font-weight: 700;
    color: var(--primary-blue);
    white-space: nowrap;
    text-align: right;
}

/* Форма обратной связи */
.callback-section {
    padding: 80px 0;
    background-color: var(--light-blue);
}

.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 450px;
    margin: 20px auto 0;
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.form__input {
    padding: 14px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.form__input:focus {
    border-color: var(--accent-cyan);
}

.form__checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
}

.form__checkbox-label input {
    margin-top: 4px;
}

.form-message {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

/* ==========================================================================
   5. МОДАЛЬНОЕ ОКНО
   ========================================================================== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 200;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal__content {
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 8px;
    position: relative;
    width: 100%;
    max-width: 450px;
}

.modal__content h3 {
    margin-bottom: 15px;
    color: var(--primary-blue);
    text-align: center;
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #9CA3AF;
    transition: color 0.3s;
}

.modal__close:hover {
    color: var(--dark-text);
}

/* ==========================================================================
   6. МЕДИА-ЗАПРОСЫ (АДАПТИВНОСТЬ)
   ========================================================================== */
@media (max-width: 768px) {
    .header__contacts { display: none; }
    .burger { display: flex; }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--white);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
        transition: right 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
        z-index: 105;
    }

    .nav.is-open { right: 0; }
    .nav__link { font-size: 22px; color: var(--primary-blue); font-weight: 600; }
    .nav__phone-mobile { display: block; font-size: 20px; font-weight: 700; text-decoration: none; color: var(--accent-cyan); }

    .hero { padding: 140px 0 70px; }
    .hero__title { font-size: 32px; }
    .hero__subtitle { font-size: 16px; }
    .section-title { font-size: 26px; }
    .about__text { font-size: 16px; }
    .prices, .about, .callback-section { padding: 60px 0; }
	/* ==========================================================================
   СЕКЦИЯ УСЛУГИ (КАРТОЧКИ)
   ========================================================================== */
.services-section {
    padding: 80px 0;
    background-color: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.service-card {
    background-color: var(--gray-bg);
    border: 1px solid rgba(10, 79, 164, 0.1);
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(10, 79, 164, 0.08);
    border-color: var(--accent-cyan);
}

.service-card__header {
    margin-bottom: 15px;
}

.service-card__badge {
    display: inline-block;
    background-color: var(--light-blue);
    color: var(--primary-blue);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card h3 {
    color: var(--primary-blue);
    font-size: 18px;
    line-height: 1.4;
}

.service-card__body p {
    font-size: 14px;
    color: var(--dark-text);
    opacity: 0.9;
    margin-bottom: 20px;
}

.service-card__price {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-blue);
    border-top: 1px solid rgba(10, 79, 164, 0.1);
    padding-top: 15px;
}

.services-note {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
}

/* ==========================================================================
   СЕКЦИЯ НАШИ ВРАЧИ
   ========================================================================== */
.doctors-section {
    padding: 80px 0;
    background-color: var(--gray-bg);
}

.doctors-subtitle {
    text-align: center;
    max-width: 600px;
    margin: -20px auto 40px;
    color: var(--dark-text);
    font-size: 16px;
}

.doctors-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.doctor-card {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    padding: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.doctor-card__image-placeholder {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    background-color: var(--light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--accent-cyan);
}

.avatar-stub {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 1px;
}

.doctor-card__info {
    flex-grow: 1;
}

.doctor-card__experience {
    display: inline-block;
    color: var(--accent-cyan);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.doctor-card h3 {
    color: var(--primary-blue);
    font-size: 22px;
    margin-bottom: 8px;
}

.doctor-card__spec {
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
}

.doctor-card__list {
    list-style: none;
    padding-left: 0;
}

.doctor-card__list li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    color: var(--dark-text);
}

.doctor-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-cyan);
    font-weight: 700;
}

/* ==========================================================================
   АДАТИВНОСТЬ ДЛЯ НОВЫХ БЛОКОВ
   ========================================================================== */
@media (max-width: 768px) {
    .doctor-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .doctor-card__list li {
        text-align: left;
    }
    
    .services-section, .doctors-section {
        padding: 60px 0;
    }
}

}
/* ==========================================================================
   СТИЛИ ДЛЯ ВНУТРЕННИХ СТРАНИЦ И ФОТОГРАФИЙ
   ========================================================================== */
.inner-page-main {
    padding-top: 100px; /* Отступ сверху, чтобы фиксированная шапка не перекрывала контент */
    min-height: calc(100vh - 100px);
}

/* Стилизация активной вкладки меню */
.nav__link--active {
    color: var(--accent-cyan) !important;
    font-weight: 700;
}

/* Контейнер для фотографии врача */
.doctor-card__photo-container {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid var(--accent-cyan);
    overflow: hidden; /* Обрезает картинку строго по кругу */
    box-shadow: 0 4px 12px rgba(10, 79, 164, 0.15);
}

/* Стили самого изображения */
.doctor-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Защищает фото от растягивания и искажения пропорций */
    object-position: top center; /* Центрирует лицо в кадре */
}

/* Стилизация карточек услуг */
.services-section {
    padding: 60px 0;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}
.service-card {
    background-color: var(--gray-bg);
    border: 1px solid rgba(10, 79, 164, 0.1);
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(10, 79, 164, 0.08);
    border-color: var(--accent-cyan);
}
.service-card__badge {
    display: inline-block;
    background-color: var(--light-blue);
    color: var(--primary-blue);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-card h3 { color: var(--primary-blue); font-size: 18px; margin-bottom: 10px; }
.service-card__body p { font-size: 14px; color: var(--dark-text); margin-bottom: 15px; }
.service-card__price { font-size: 20px; font-weight: 700; color: var(--primary-blue); border-top: 1px solid rgba(10, 79, 164, 0.1); padding-top: 10px; }
.services-note { text-align: center; margin-top: 25px; font-size: 13px; color: #7f8c8d; font-style: italic; }

.doctors-section { padding: 60px 0; }
.doctors-subtitle { text-align: center; margin-bottom: 40px; color: var(--dark-text); }
.doctors-grid { display: flex; flex-direction: column; gap: 25px; max-width: 850px; margin: 0 auto; }
.doctor-card { background: var(--white); border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); padding: 25px; display: flex; gap: 25px; align-items: center; border: 1px solid #eee; }
.doctor-card__experience { color: var(--accent-cyan); font-weight: 600; font-size: 13px; }
.doctor-card h3 { color: var(--primary-blue); font-size: 20px; margin: 4px 0; }
.doctor-card__spec { font-size: 14px; color: var(--dark-text); font-weight: 500; margin-bottom: 10px; }
.doctor-card__list { list-style: none; }
.doctor-card__list li { font-size: 13px; position: relative; padding-left: 15px; margin-bottom: 4px; }
.doctor-card__list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-cyan); font-weight: bold; }

@media (max-width: 768px) {
    .doctor-card { flex-direction: column; text-align: center; }
    .doctor-card__list li { text-align: left; }
}
/* ==========================================================================
   СТИЛИ ДЛЯ ВИДЖЕТА МЕССЕНДЖЕРОВ
   ========================================================================== */
.social-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Главная кнопка-круг */
.social-widget__main {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--accent-cyan);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(33, 150, 243, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background-color 0.3s;
    animation: pulseButton 2s infinite; /* Эффект пульсации для привлечения внимания */
}

.social-widget__main:hover {
    background-color: var(--primary-blue);
    transform: scale(1.05);
}

.social-widget__main svg {
    width: 28px;
    height: 28px;
    fill: var(--white);
}

/* Контейнер с выезжающими кнопками */
.social-widget__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

/* Класс активации (будет добавляться через JS) */
.social-widget.is-open .social-widget__buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Кнопки отдельных мессенджеров */
.social-widget__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s;
}

.social-widget__btn:hover {
    transform: scale(1.1);
}

.social-widget__btn svg {
    width: 26px;
    height: 26px;
    fill: var(--white);
}

/* Цвета мессенджеров */
.social-widget__btn--wa { background-color: #25D366; }
.social-widget__btn--tg { background-color: #0088cc; }

/* Анимация пульсации кнопки */
@keyframes pulseButton {
    0% { box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(33, 150, 243, 0); }
    100% { box-shadow: 0 0 0 0 rgba(33, 150, 243, 0); }
}

/* Адаптив под мобилки: чуть сдвинем, чтобы не перекрывать важные элементы */
@media (max-width: 768px) {
    .social-widget {
        bottom: 20px;
        right: 20px;
    }
}

/* ==========================================================================
   8. АДМИН-ПАНЕЛЬ (admin/index.html)
   ========================================================================== */
.admin-body {
    background-color: var(--gray-bg);
}

/* Экран входа */
.admin-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.admin-login__box {
    width: 100%;
    max-width: 400px;
    background: var(--white);
    border-radius: 12px;
    padding: 36px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.admin-login__title {
    font-size: 24px;
    margin-bottom: 24px;
    color: var(--dark-text);
    text-align: center;
}

/* Шапка панели */
.admin-dashboard__header {
    background: var(--primary-blue);
    color: var(--white);
}

.admin-dashboard__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

.admin-dashboard__top .logo {
    color: var(--white);
    font-weight: 700;
}

/* Форма загрузки */
.admin-section {
    padding: 50px 0;
}

.admin-upload {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--white);
    border-radius: 12px;
    padding: 26px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}

.form__select {
    appearance: none;
    cursor: pointer;
}

.admin-upload__file {
    border: 2px dashed var(--accent-cyan);
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    cursor: pointer;
    background: var(--light-blue);
    transition: background 0.2s;
}

.admin-upload__file:hover {
    background: #D4E9FB;
}

.admin-upload__file input[type="file"] {
    display: none;
}

.admin-upload__file-label {
    color: var(--primary-blue);
    font-weight: 600;
}

.admin-section__subtitle {
    font-size: 22px;
    margin-bottom: 16px;
    color: var(--dark-text);
}

/* Список статей в админке */
.admin-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.admin-list__item {
    background: var(--white);
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.admin-list__title {
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 6px;
}

.admin-list__meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #64748B;
    align-items: center;
}

.admin-list__badge,
.article-card__badge {
    background: var(--light-blue);
    color: var(--primary-blue);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.admin-list__actions {
    display: flex;
    gap: 10px;
}

.btn--danger {
    background: #E53935;
    color: var(--white);
}

.btn--danger:hover {
    background: #C62828;
}

.admin-list__empty {
    color: #64748B;
}

/* ==========================================================================
   9. СТРАНИЦА «СТАТЬИ» (articles.html)
   ========================================================================== */
.articles-section {
    padding: 50px 0;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.article-card {
    background: var(--white);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.article-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.article-card__date {
    font-size: 14px;
    color: #64748B;
}

.article-card__title {
    font-size: 19px;
    color: var(--dark-text);
    line-height: 1.4;
}

.article-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    color: #64748B;
    flex-wrap: wrap;
}

.article-card__btn {
    margin-top: auto;
    text-align: center;
}

.articles-grid__empty {
    color: #64748B;
    font-size: 16px;
}

@media (max-width: 640px) {
    .articles-grid {
        grid-template-columns: 1fr;
    }

    .admin-list__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================================================
   10. СТРАНИЦА «КОНТАКТЫ» (contacts.html)
   ========================================================================== */
.contacts-section {
    padding: 50px 0;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.contact-card {
    background: var(--white);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.contact-card__title {
    font-size: 19px;
    color: var(--dark-text);
    margin-bottom: 14px;
}

.contact-card__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-card__link {
    color: var(--accent-cyan);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: color 0.2s;
}

.contact-card__link:hover {
    color: var(--primary-blue);
}
