.igor-case-section {
    padding: 20px 25px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    margin: 30px auto;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333;
    /* Увеличили ширину */
    max-width: 600px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.igor-title {
    color: #f45c2c;
    border-bottom: 3px solid #f45c2c;
    padding-bottom: 10px;
    font-size: 1.5rem;
    margin: 0;
}

.case-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.case-header img {
    width: 70px;
    height: auto;
}

.case-list {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
}

.case-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    line-height: 1.4;
}

.case-list li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #f45c2c;
    font-weight: bold;
}

.case-screenshots img {
    margin-top: 15px;
    width: 100%; /* Картинка теперь займет все 600px */
    border-radius: 10px;
    border: 1px solid #ddd;
    display: block;
}

.artjom-section {
    background: #0d1b2a;
    color: #cdd6f4;
    border-radius: 14px;
    padding: 28px;
    margin: 24px auto;
    max-width: 700px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}

.artjom-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.artjom-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.artjom-title {
    color: #45e997;
    font-size: 1.8rem;
    margin: 0;
}

.artjom-card {
    background: #132336;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 16px;
}

.artjom-subtitle {
    color: #45e997;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.artjom-text {
    line-height: 1.7;
    margin: 0;
}

.artjom-list {
    padding-left: 16px;
    line-height: 2;
    margin: 0;
}

.artjom-imgs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.artjom-screen {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    border: 1px solid #45e997;
}

.artjom-btn {
    background: #45e997;
    color: #0d1b2a;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 4px;
    transition: opacity 0.2s;
}

.artjom-btn:hover {
    opacity: 0.85;
}

.artjom-extra {
    display: none;
    margin-top: 14px;
    background: #132336;
    border-radius: 10px;
    padding: 16px;
}

/* Oleksandra*/
.oleks-wrapper {
    background: #f4f6fb;
    border: 2px solid #2563eb;
    border-radius: 12px;
    padding: 16px;
    width: 600px;
    margin: 20px auto;
}

.oleks-main-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #2563eb;
    margin: 0 0 12px 0;
}

.oleks-section {
    font-family: 'Inter', sans-serif;
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
    color: #1a1a2e;
}

.oleks-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.oleks-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 4px;
    background: #fff;
}

.oleks-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.oleks-card {
    background: #fff;
    border: 1px solid #e8e8f0;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.oleks-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2563eb;
    margin: 0 0 8px 0;
}

.oleks-text {
    font-size: 0.82rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.oleks-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.oleks-list li {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #444;
}

.oleks-imgs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.oleks-screen {
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    object-fit: cover;
}
.oleks-btn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 16px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.oleks-btn:hover {
    background: #1d4ed8;
}

.oleks-extra {
    display: none;
}

.oleks-extra.open {
    display: block;
}