.tool-hero {
    display: flex;
    flex-direction: column;
}

.tool-hero h1 {
    order: 1;
}

.tool-hero .tool-preview-container {
    order: 2;
    width: 100%;
    max-width: none;
    margin: 0 0 2rem 0;
}

.tool-hero .tool-preview-container .section-action-link {
    margin-top: 1rem;
    margin-bottom: 0;
    color: var(--lilac);
    transition: opacity 0.2s ease;
}

.tool-hero .tool-preview-container .section-action-link:hover {
    color: var(--lilac);
    opacity: 0.7;
}

.tool-hero .tool-preview-container .coloring-preview {
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 300px;
    overflow: hidden;
    border-radius: 12px;
}

.tool-hero .tool-preview-container .coloring-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tool-hero .tool-option-group:nth-of-type(1) {
    order: 3;
}

.tool-hero .tool-option-group:nth-of-type(2) {
    order: 4;
}

.tool-hero .tools-button {
    order: 5;
}

.tool-hero p {
    order: 6;
}

.tool-hero .tool-input-section {
    display: contents;
}

.tool-hero .tool-options {
    display: contents;
}

.tool-hero .tool-option-group {
    margin-bottom: 1.5rem;
}
