/* ==========================================================
   Базовые настройки
   ========================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Inter', sans-serif;
    background-color: #e8e8e8;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

/* Контейнер резюме — фиксированный размер 1920×1080 */
.resume {
    position: relative;
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

/* ==========================================================
   Фото (аватарка)
   Координаты: x586 y13, размер 209×209
   ========================================================== */
.photo {
    position: absolute;
    left: 586px;
    top: 13px;
    width: 209px;
    height: 209px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* ==========================================================
   Образование (слева)
   Координаты: x128 y46, ширина 459
   ========================================================== */
.education {
    position: absolute;
    left: 128px;
    top: 46px;
    width: 459px;
}

    .education p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
        color: #000000;
    }

    .education .edu-indent-1 {
        padding-left: 55px;
    }

    .education .edu-indent-2 {
        padding-left: 30px;
    }

/* ==========================================================
   Контакты (справа)
   Координаты: x846 y61, ширина 782
   ========================================================== */
.contacts {
    position: absolute;
    left: 846px;
    top: 61px;
    width: 782px;
}

    .contacts .name {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 2px;
    }

    .contacts p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
        color: #000000;
    }

    .contacts .contact-indent {
        padding-left: 110px;
    }

    .contacts a {
        color: #000000;
        text-decoration: none;
    }

        .contacts a:hover {
            text-decoration: underline;
        }

/* ==========================================================
   Краткое резюме
   Координаты: x177 y235, ширина 1571
   ========================================================== */
.summary {
    position: absolute;
    left: 177px;
    top: 235px;
    width: 1571px;
    text-align: center;
}

    .summary p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

/* ==========================================================
   Общий стиль заголовков (semi-bold, кроме нумерованных)
   ========================================================== */
.section-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 1.3;
}

.skills-title {
    position: absolute;
    left: 550px;
    top: 385px;
    width: 245px;
}

.projects-title {
    position: absolute;
    left: 550px;
    top: 603px;
    width: 245px;
}

/* ==========================================================
   Пустые строки (отступы)
   6pt ≈ 8px | 8pt ≈ 11px | 16pt ≈ 21px
   ========================================================== */
.empty-6 {
    height: 8px;
}

.empty-8 {
    height: 11px;
}

.empty-16 {
    height: 21px;
}

/* ==========================================================
   Блок "Навыки" — 6 элементов
   ========================================================== */
.skill-item {
    position: absolute;
    text-align: center;
}

    .skill-item h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 4px;
        color: #000000;
    }

    .skill-item p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #000000;
    }

.skill-1 {
    left: 53px;
    top: 428px;
    width: 363px;
}

.skill-2 {
    left: 476px;
    top: 422px;
    width: 410px;
}

.skill-3 {
    left: 873px;
    top: 422px;
    width: 602px;
}

.skill-4 {
    left: 1486px;
    top: 428px;
    width: 396px;
}

.skill-5 {
    left: 30px;
    top: 530px;
    width: 409px;
}

.skill-6 {
    left: 445px;
    top: 530px;
    width: 483px;
}

/* ==========================================================
   Блок "Проекты"
   ========================================================== */
.project-item {
    position: absolute;
    text-align: center;
}

    .project-item h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.35;
        color: #000000;
    }

    .project-item p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #000000;
    }

.project-1 {
    left: 30px;
    top: 641px;
    width: 579px;
}

.project-2 {
    left: 619px;
    top: 641px;
    width: 634px;
}
